Provider: GitHub OAuth2
Flow: Authorization Code with PKCE
Scopes: user:email, read:user
Token Storage: Secure Cookie Session
Before running, set these environment variables:
$env:GITHUB_CLIENT_ID = 'your-client-id'
$env:GITHUB_CLIENT_SECRET = 'your-client-secret'
Or create a .env file in the project root.