Hello, I am investigating auth providers for my unusual requirements. - We want to use one supertok...
e
Hello, I am investigating auth providers for my unusual requirements. - We want to use one supertoken instance for multiple domains (not sub-domains. It is like www.foo.com , www.bar.com) - A user should sign up 2 different domains with the same email. - We need to show different ui per domain. Is it possible to meet above requirements with one supertokens instance? Thank you so much.
r
Hey.
Would the user get a different user id for each of the sites?
If they have the same email
e
yes they can have different ids.
r
Right. At the moment, you will need to run 2 different cores. But if you wait till next week, we will release a new version of the core in which you can create multiple apps. So then you can create one app per site and have it run through just one core connected to one database.
e
that is great thank you so much.
k
Will this also be part of the selfhosted solution?
r
yes
k
Nice, thanks