Hi there, I was wondering what packages to use to build a multi user, multipage dash app. It is a Dashboard to show customers data. The goal is to be able to upload the app to Heroku, Pythonanywhere, etc and accessible to customers with a login and password.
If you want a very basic authentication process without TLS (HTTPS), you can use Dash Basic Authentication, giving each customer a username and password you define, and tailoring the layout based on the user logged in. This isn’t secure, but it is a solution.