Back to skills

providers

development

Displays configuration details and setup instructions for Better Auth authentication providers. Shows OAuth providers, email/password, magic links, and passwordless options, with code examples for eac

Setup & Installation

npx skills add https://github.com/better-auth/providers --skill providers
or paste the link and ask your coding assistant to install it
https://github.com/better-auth/providers
View on GitHub

What This Skill Does

Displays configuration details and setup instructions for Better Auth authentication providers. Shows OAuth providers, email/password, magic links, and passwordless options, with code examples for each. Instead of digging through the Better Auth docs to find client ID fields and callback URL formats for each provider, this surfaces the exact config and code snippet for any provider on demand.

When to use it

  • Working with providers functionality
  • Implementing providers features
  • Debugging providers related issues