Hi SuperTokens Community, I am looking to impleme...
# support-questions-legacy
a
Hi SuperTokens Community, I am looking to implement SuperTokens into my new SaaS as the core authentication solution. I would need the Multi-tenant / User group support anyway. I am skilled in Java, JS, Python and React, so would be open to build this feature in SuperTokens myself. If maintainers can update me on any progress already done in this front I can involve myself in the development. Thanks for you super-awesome work team.
r
hey @arpanpreneur we are already working on multi tenancy, and a big part of it will be released very soon (in a few weeks). Here is the WIP PR about it: https://github.com/supertokens/supertokens-core/pull/555 User groups is already a part of supertokens via the user roles feature.
a
@rp_st Wow! Great to see. Any ETA on when it might be available on your SaaS offering?
r
a few weeks from now (hopefully)
a
Fantastic. I have gone through your Architecture document. I somewhat understood. But as a user, how will the Tenant level signups work? I am looking to build something self serve, where our customers will put in their credit card and get access to an account (with the user having Org Owner role). From there on, they can invite more users who will have different other roles. It will be good if an user in one org may have a different role in another org too, in case two orgs have invited the same user.
r
So essentially when you want to create a new org, you would create a new tenant in SuperTokens dynamically. This would allow you to have different users, roles etc for that tenant.
a
Oh! Got it.
Is there a possibility to get a preview of this multitenancy feature. As we are also just starting to write our code, we are perfectly happy with a beta/preview release of the libraries to use this feature (and change to release versions before we actually launch).
@rp_st
r
hey @arpanpreneur unfortunately it's under development at the moment. But i'd happy to give you a sense of what it will be like over a call. You can pick a time here: https://supertokens.com/call-user
a
Cool, I will set up a time. 👍
r
awesome
a
Is this feature the same as the Paid Feature Update "Multi-tenant Enterprise SSO" or is it going to be a part of the open source version?
r
It’s not going to be in the open source version
a
Oh! in the SaaS also it is separately paid? If so, is there any update on how the pricing might look like?
r
Same as what I told you on call
a
We didn't have the call yet. It is scheduled for tomorrow.
I am specifically asking if this feature doc you shared is related to the "Enterprise Multi tenant SSO" paid feature banner that we are seeing when we log in to your SaaS. Because this code I can see as open.
r
Oh sorry for the confusion.
Enterprise sso will be a part of that feature, yes.
Whilst that feature issue I shared talks about the overall multi tenancy architecture, the pricing will be based on a per tenant basis
Also, the code is source available, but is under a feature flag which is activated by a license key
So whilst single tenant stuff is free and source available (aka open source) the multi tenant code is not free, but is source available
add to it
a
Thanks for the information. We'll explore it further in the call. Awesome work!
cool
3 Views