Turning an Application into a SaaS Product
What libraries/frameworks/platforms can folk recommend for turning the 'pure functionality' part of a full-stack Kotlin Application, into a SaaS product?
Specifically:
• Providing Identity and Access Management (IAM) features
• Providing Billing/Account management features
Solutions that play well with Ktor preferred; no Spring.
Are Google Cloud Platforms API's and JVM libs the way to go?
Any more turn-key solutions available for wrapping an App in subscription/usage?
Thanks for any suggestions.