Best Way to integrate Dash and Flask?

Hey everyone, I was hoping to add in Flask Security into my Dash app and I’m realizing that I need to get Dash and Flask to work nicely with one another for this to work. I looked it up online and this was the best source that I could find. I just wanted to see whether this was the preferred method to get this setup to work or whether there is documentation directly from the Dash team on how best to go about linking the two within an app. Thanks! :slight_smile:

I used this article to help integrate dash in flask.:

Then I wrote this article attempting to do the same but with Microsoft authentication.

Those are fairly old and may be outdated. Hopefully some of the ideas prove helpful.

3 Likes