OAuth/OIDC Authentication¶
Social login with external providers.
Supported Providers¶
- GitHub
- GitLab
- Microsoft
- Custom OAuth 2.0 providers
Configure Provider¶
{
"provider": "google",
"client_id": "your-client-id",
"client_secret": "your-client-secret",
"redirect_uri": "http://localhost:8000/auth/oauth/google/callback"
}