1

I'm running a flask app that loads a dash application in an iframe. Both applications are running on different ports.

As I'm using flask-user to handle user rights I am trying to avoid this setup. Is there a working alternative around?

I've tried to integrate the dash app into the flask app but this hasn't worked out at all.

The crucial point is to not somehow use the flask-setup integrated in dash because this comes as it is and can't be configured with proper user management like flask-user.

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
PythonNic
  • 41
  • 2
  • this is a similar question but the provided solutions don't work for me because of focusing on flask-user - which is user management built into flask. – PythonNic Jul 30 '18 at 18:22

0 Answers0