We are developing several apps for our customers and have a core system and now we want to eventually switch to SuperTokens there. We could implement that with this or? Each of our customers has its own app with its own users, but we have a system behind it, which is then separated by a tenant-id.
wwPhillip
04/03/2023, 9:49 AM
And I see that it will be a paid feature, is there any information on pricing yet?
r
rp_st
04/03/2023, 9:50 AM
right. So in this case, you could create tenats in supertokens as well and have user isolation there, but certain things like the jwt signing keys will be shared across all the tenants.
If you don't want shared keys across your apps, then you can create different apps in supertokens as well (and each app will have its own tenants), but this would require you to have different backends integrated with our backend SDK for each of the apps - cause the supertokens backend sdk is per app only.
Does this make sense?
About the pricing, we do volume based pricing (MAU + number of tenants). We would be happy to discuss this over a call: https://supertokens.com/call-user
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).