OAuth Providers
Configure social login providers
Supported Providers
StartFast Pro supports: - Google - GitHub - And more via Better-Auth
Google OAuth
1. Create OAuth App
Go to [Google Cloud Console](https://console.cloud.google.com) and create OAuth credentials.
2. Configure Environment
env
GOOGLE_CLIENT_ID="your-client-id"
GOOGLE_CLIENT_SECRET="your-client-secret"3. Add Redirect URI
Add this redirect URI in Google Console: ``` https://yourdomain.com/api/auth/callback/google ```
GitHub OAuth
1. Create OAuth App
Go to GitHub Developer Settings and create a new OAuth App.
2. Configure Environment
env
GITHUB_CLIENT_ID="your-client-id"
GITHUB_CLIENT_SECRET="your-client-secret"3. Add Callback URL
https://yourdomain.com/api/auth/callback/github