What is the process to authenticate via OAuth 2.0?

  1. Redirect users to:

    https://product.frejun.com/oauth/authorize/?client_id=<client_id>

  2. After user consent, you'll receive an authorisation code at your callback URL.

  3. 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.