User GuideAuthentication
GitHub OAuth Configuration
Configure GitHub account login
Setup Steps
- Visit GitHub OAuth Apps
- Click "New OAuth App"
- Fill in application information
- Set callback URL
Environment Variables
GITHUB_CLIENT_ID="your_github_client_id"
GITHUB_CLIENT_SECRET="your_github_client_secret"Callback URL
Local Development:
http://localhost:7001/api/auth/callback/githubProduction:
https://yourdomain.com/api/auth/callback/github