GitHub OAuth Setup
1. Create OAuth App in GitHub
- Go to GitHub → Settings → Developer settings → OAuth Apps
- Click New OAuth App
- Application name:
Rungu Feedback Board - Homepage URL:
https://your-domain.com - Authorization callback URL:
https://your-domain.com/auth/github/callback
2. Get Credentials
After creation, you'll get:
- Client ID:
Ov23xxxx - Client Secret: Generate one from the app settings
3. Configure Rungu
env
APP_URL=https://your-domain.com
GITHUB_CLIENT_ID=Ov23xxxx
GITHUB_CLIENT_SECRET=your-github-secretRedirect URI
Default: {APP_URL}/auth/github/callback
You can override with GITHUB_REDIRECT_URI env var.