·email-and-password-best-practices
!

email-and-password-best-practices

better-auth/skills

This skill provides guidance and enforcement rules for implementing secure email and password authentication using Better Auth.

1.0KInstalls·118Trend·@better-auth

Installation

$npx skills add https://github.com/better-auth/skills --skill email-and-password-best-practices

SKILL.md

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.

Note: The url parameter contains the full verification link. The token is available if you need to build a custom verification URL.

For stricter security, enable emailAndPassword.requireEmailVerification to block sign-in until the user verifies their email. When enabled, unverified users will receive a new verification email on each sign-in attempt.

This skill provides guidance and enforcement rules for implementing secure email and password authentication using Better Auth. Source: better-auth/skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/better-auth/skills --skill email-and-password-best-practices
Category
!Security
Verified
First Seen
2026-02-15
Updated
2026-02-18

Quick answers

What is email-and-password-best-practices?

This skill provides guidance and enforcement rules for implementing secure email and password authentication using Better Auth. Source: better-auth/skills.

How do I install email-and-password-best-practices?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/better-auth/skills --skill email-and-password-best-practices Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/better-auth/skills

Details

Category
!Security
Source
skills.sh
First Seen
2026-02-15