Dash inside flask app

Hey.
I’m pretty inexperienced of all coding, learning as I do new things.
I wanted to put dash app inside my flask webpage.
Important is auth part, that only users who are log in, can see/use it.

Did find out google searching that’s near impossible (for me at least) to do.
But now I did saw something like this

  • Moved add_url function definition out of Dash.__init__ #377

And did read more there, it seems it’s now possible to do some easier way than before?
If I’m right (well I still haven’t fully figured out what GitHub is etc :D, so don’t yet understand everything - learning as I go :D)
Can someone please give a quick introduction how to ‘place’ dash app inside flask page?