Implement authentication and authorization with Better Auth - a framework-agnostic TypeScript authentication framework. Features include email/password authentication with verification, OAuth providers (Google, GitHub, Discord, etc.), two-factor authentication (TOTP, SMS), passkeys/WebAuthn support, session management, role-based access control (RBAC), rate limiting, and database adapters. Use when adding authentication to applications, implementing OAuth flows, setting up 2FA/MFA, managing user sessions, configuring authorization rules, or building secure authentication systems for web applications.
$npx -y skills add microck/ordinary-claude-skills --skill better-authInstalls into the current project.
Run `npx skills use "https://github.com/microck/ordinary-claude-skills" --skill "microck/ordinary-claude-skills/better-auth"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microck/ordinary-claude-skills" that are relevant to the current task. Run `npx skills add "https://github.com/microck/ordinary-claude-skills"` and select the relevant skills, then follow their instructions.