PurposeConfigures Better Auth email/password auth: verification, reset flows, policies, hashing. Provides TS code and CLI migrate. Delivers secure, validated credential login.

Domains

Coding

Forms

Style Guide
Required Tools
@better-auth/cli
Languages
nodejs
Package Manager
npx
Skill Composition
  • SKILL.md100.0%

Use Cases

Two Typical Use Cases

Scenario 01

Secure sign-up with email verification

A developer building a TS app needs sign-up with email confirmation. Using this skill, they configure `sendVerificationEmail` and `requireEmailVerification`, run the migrate CLI, and get a flow that blocks unverified sign-ins — reducing fake accounts and improving trust.

Scenario 02

Harden password reset and hashing

A team wants safer password resets and Argon2 hashing. The skill shows `sendResetPassword`, token expiry, session revocation, and custom `hash`/`verify`. They implement reset emails, 30-min tokens, and revoke sessions — mitigating theft and meeting security standards.