Integration Apps
GitHub
Creating a GitHub OAuth App
- Go to https://github.com/settings/developers
- Click “New OAuth App”
- 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
- Click “Register application”
- After registration, you will see the Client ID and Client Secret. Save these for later use.