Creating a GitHub OAuth App

  1. Go to https://github.com/settings/developers
  2. Click “New OAuth App”
  3. Fill in the application details:
    • Application name: Your app’s name
    • Homepage URL: Your app’s homepage URL
    • Authorization callback URL: <FRONTEND_URL>/client/github/callback
  4. Click “Register application”
  5. After registration, you will see the Client ID and Client Secret. Save these for later use.