Plotly Dash - different urls for each user

Hello,

I’m new with Dash and need your help. I know that it uses Flask on background, so I need to implement an application that will serve different types of reports about a specific domain, the content of those reports will be embedded shown on Iframes inside a react app and they will be different for each user. Basically, I need an environment with a Dash app with multiple routes which generates different urls for each user (like a auth token on it) of the system but I’m having some trouble for making it.

Have you already read through the documentation page on Dash and authentication? https://dash.plot.ly/authentication