Use Plot.ly to provide a multi-tenant service for analytics dashboard

Hi everyone, I have been using plot.ly as a self service tool to analyze information from my mobile app. However, I now require to provide the same dashboards to each customer individually. The idea is that each customer can only see their own data, how can I use plot.ly for this?

Each customer has its own username and password in my admin panel and the idea is that they can see some analytic reports based on the usage of the users in the mobile app.

I also want to achieve multi-tenant framework for Dash app.
How is it possible?

Hi, this is not really related with multi-tenancy, but with sessions: https://flask-session.readthedocs.io/en/latest/