email-and-password-best-practices

Installation
SKILL.md

Email Verification Setup

When enabling email/password authentication, configure emailVerification.sendVerificationEmail to verify user email addresses. This helps prevent fake sign-ups and ensures users have access to the email they registered with.

import { betterAuth } from "better-auth";
import { sendEmail } from "./email"; // your email sending function
Related skills
Installs
1
GitHub Stars
5.0K
First Seen
Mar 9, 2026