What is the process to authenticate via OAuth 2.0?
-
Redirect users to:
https://product.frejun.com/oauth/authorize/?client_id=<client_id>
-
After user consent, you'll receive an authorisation
code
at your callback URL. -
Exchange this
code
for access and refresh tokens using the token endpoint. Docs
If you have any more questions or need assistance, feel free to reach out to us at Hello@frejun.com.