Hi, our company is searching for a solution that can be both an OAuth2 client and OAuth2 authorization provider. We want to let our customers be able to sign up/in via 3rd party services but we also want to be a 3rd party service sometimes.
Can SuperTokens do it?
r
rp_st
05/08/2023, 2:02 PM
Hey @csncaiobb we are an OAuth client at the moment but not yet a provider.
rp_st
05/08/2023, 2:02 PM
We are working on the feature for OAuth provider and should be available in 1-2 months time
rp_st
05/08/2023, 2:03 PM
That being said, you can implement OAuth 2.0 on top of supertokens today within ur API layer code due to our unique architecture.
c
csncaiobb
05/08/2023, 2:05 PM
and then I could replace it with yours when it's released, right?