Skip to main content
Back to registry

email-and-password-best-practices

better-auth/skills

Configure emailVerification.sendVerificationEmail to verify user email addresses.

Installs4
Install command
npx skills add https://github.com/better-auth/skills --skill email-and-password-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Configure emailVerification.sendVerificationEmail to verify user email addresses. 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. Note : This requires sendVerificationEmail to be configured and only applies to email/password sign-ins. Implement client-side validation for immediate user feedback and reduced server load. Always use absolute URLs (including the origin) for callback URLs in sign-up and sign-in requests.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does email-and-password-best-practices do?

Configure emailVerification.sendVerificationEmail to verify user email addresses.

Is email-and-password-best-practices good?

email-and-password-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does email-and-password-best-practices work with?

email-and-password-best-practices currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to email-and-password-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

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

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

Related skills

More from better-auth/skills

Related skills

Alternatives in Software Engineering