| description | Display Better Auth available authentication providers and their configuration | |
|---|---|---|
| argument-hint |
|
Provide a quick reference for Better Auth authentication providers:
- If a provider name is provided (e.g., "google", "github", "email"), show detailed configuration for that provider
- Otherwise, show an overview of all available providers organized by category:
- OAuth providers (Google, GitHub, Discord, etc.)
- Email/Password authentication
- Magic link authentication
- Passwordless authentication
- Social providers
- For each provider, display:
- Configuration requirements (client ID, secret, etc.)
- Setup instructions
- Code example for integration
- Use clear visual indicators for different provider types
- Mention any special requirements or considerations
- Provide link to full documentation: https://better-auth.com/docs
If the user is currently working on authentication code, offer to generate integration code for the selected provider.