better-auth-authentication

Installation
SKILL.md

Better Auth Authentication

Goals

  • Enable email/password authentication and social providers.
  • Implement sign-up, sign-in, sign-out, and verification flows.
  • Handle redirects and errors consistently.

Quick start

  1. Enable emailAndPassword and configure socialProviders.
  2. Create a client with createAuthClient.
  3. Use signUp.email, signIn.email, signIn.social, and signOut on the client.
import { betterAuth } from "better-auth";
Installs
174
GitHub Stars
52
First Seen
Jan 23, 2026
better-auth-authentication — bobmatnyc/claude-mpm-skills