Hello everyone, I am a little confused. Is it alre...
# general
w
Hello everyone, I am a little confused. Is it already possible to use multiple tenant? Or is this just coming?
r
hey @wwPhillip it is in progress and should be released soon. In the meantime, you can see our mock docs for it here: https://deploy-preview-632--admiring-bhabha-7b1be9.netlify.app/docs/multitenancy/introduction
w
Ok nice, thank you for the quick answer!
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.
And I see that it will be a paid feature, is there any information on pricing yet?
r
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
w
Ok, I think I understand 🙂
9 Views