OAuth question
# support-questions
c
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
Hey @CsnCaio-bb we are an OAuth client at the moment but not yet a provider.
We are working on the feature for OAuth provider and should be available in 1-2 months time
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
and then I could replace it with yours when it's released, right?
r
Of course.