I would recommend looking into setting up a paywall on a Flask app (here’s an example of that, looks ok but I haven’t actually tried it). Once you have that running, you can host the dash app on a route of the flask app and make sure that that route is protected. Check out this post for some details on how to do that.
tcbegley
2
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Is there a way to have paid subscription using Dash? | 1 | 283 | July 1, 2023 | |
| Dash dashboard for different users accessing their data from database | 2 | 550 | September 3, 2022 | |
| How to make a multi user accessible dash app on web? | 1 | 3424 | September 8, 2022 | |
| Dash auth advice needed | 2 | 600 | September 11, 2019 | |
| Newbie, how to securely deploy multi-user applications to cloud environment | 4 | 753 | November 2, 2022 |