Hey everyone. I'm trying to build something simular to Shopify auth architecture (Main portal + subportals with it's own users). I'm thinking about creating a dedicated userpool and auth server for the main portal and one more for sub-portals with modified identifier (ex: email+origin). Is there any way to silently create user in a sub-portals pool once there is a new user in the main userpool. So there will be no need for the sub-portal creator to sign up once again
r
rp_st
02/13/2023, 1:37 PM
hey @anton@shook.ltd
rp_st
02/13/2023, 1:38 PM
The way you can do this is by making both the portals connect to the same supertokens core - so they share the same user pool.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).