Is there anything off the shelf that can help, 1) user management and 2) subscriptions? I'd rather not get too bogged down in these details myself.
I know there are services like Auth0 to help with the authentication (social signon and 2fa are a must), and Stripe for payments, but anything a little more integrated from the start?
It would be OK if I had to run something like a Python application beside mine for user management.
Thanks.