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.
4 Likes