Hey everyone. I have a question. Is there a possibility to signin/signup from multiple domains? E.g: test1.com, test2.com. If not, is this feature going to be released later on? Is there a workaround?
r
rp_st
02/28/2023, 5:32 AM
hey @mcabgil - at the moment, we only support the oauth 2.0 implicit flow (which is deprecated).
We are working on making supertokens a full oauth 2.0 server, but until then, implicit flow is available. You could also consider using another solution that makes your app an oauth 2.0 provider on top of supertokens.
m
mcabgil
02/28/2023, 12:05 PM
Thank you for your response, rp. Do you have any advice and/or documentation to read?
r
rp_st
02/28/2023, 12:08 PM
we don't have anything official for it at the moment. But feel free to search this discord for info about it - i think i had summarised the approach for someone else previously.
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).