How to implement supertoken as sso server or account server in many apps client ?
r
rp_st
02/26/2023, 5:37 AM
hey @hroqaz - do you want to do SSO for different apps within different sub domains (sub1.a.com vs sub2.a.com)? Or different apps across different domains (a.com vs b.com)
h
hroqaz
02/26/2023, 6:58 AM
Maybe I can use SSO for different subdomain or different domain, because I can implement this on any app or services
But now this app & service is on design
r
rp_st
02/26/2023, 6:58 AM
right. So different sub domains is possible today, but different domains is not cause we are not yet an oauth provider
h
hroqaz
02/26/2023, 7:16 AM
Can i get the documentation or any reference for implementing in subdomain?
r
rp_st
02/26/2023, 7:17 AM
Yea. So it’s the standard way of setup, except that you should enable session sharing across sub domain (search our docs for session sharing across sub domains)
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).