Is there a way to have paid subscription using Dash?

I have created a dash app but instead of it being free, I want users to buy a paid subscription. Can this be done in dash or dash enterprise?

What would be the best way to do it? If not possible on Dash, any other suggestions maybe flask?

Thanks!

1 Like

You can ask users to login and have that login credentials saved in a database somewhere. You can ask users to pay for access when they sign up. Would that work?