To configure OAuth for your application, follow these steps:

  1. Register Your Application
    Go to Developer Portal and create a new app.

    Register Application
  2. Generate API Keys
    After registration, obtain your Client ID and Client Secret.
    🔐 These credentials are essential for authentication.

    API Keys
  3. Set Callback URL
    Configure the redirect URI in your app settings.
    ⚠️ Ensure it matches the one used in your frontend implementation.

  4. Test the Flow
    Use the OAuth Test Tool to validate your setup.

    OAuth Testing

For advanced configurations, refer to our OAuth Documentation.
📌 Always store secrets securely and avoid hardcoding them in client-side code.