Skip to main content
Back to registry

better-auth

jezweb/claude-skills

Package : better-auth@1.4.16 (Jan 21, 2026) Breaking Changes : ESM-only (v1.4.0), Admin impersonation prevention default (v1.4.6), Multi-team table changes (v1.3), D1 requires Drizzle/Kysely (no direct adapter)

Installs434
Install command
npx skills add https://github.com/jezweb/claude-skills --skill better-auth
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Package : better-auth@1.4.16 (Jan 21, 2026) Breaking Changes : ESM-only (v1.4.0), Admin impersonation prevention default (v1.4.6), Multi-team table changes (v1.3), D1 requires Drizzle/Kysely (no direct adapter) better-auth DOES NOT have d1Adapter() . You MUST use: See Issue #1 below for details. Major Features: Admin Plugin Updates: Security Fixes: 📚 Docs : Major Features: 📚 Docs : Major Features: 📚 Docs : If you prefer Kysely over Drizzle: File : src/auth.ts Why CamelCasePlugin? If your Drizzle schema uses snake_case column names (e.g., email_verified ), but better-auth expects camelCase (e.g., emailVerified ), the CamelCasePlugin automatically converts between the two. ⚠️ Cloudflare Workers Note : D1 database bindings are only available inside the request handler (the fetch() function). You cannot initialize better-auth outside the request context. Use a factory function pattern: Community Validation : Multiple production implementations confirm this pattern (Medium, AnswerOverflow, official Hono examples). ⚠️ CRITICAL : TanStack Start requires the reactStartCookies plugin to handle cookie setting properly. Why it's needed : TanStack Start uses a special cookie handling system. Without this plugin, auth functions like signInEmail() and signUpEmail() won't set cookies properly, causing authentication to fail.

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 better-auth do?

Package : better-auth@1.4.16 (Jan 21, 2026) Breaking Changes : ESM-only (v1.4.0), Admin impersonation prevention default (v1.4.6), Multi-team table changes (v1.3), D1 requires Drizzle/Kysely (no direct adapter)

Is better-auth good?

better-auth does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does better-auth work with?

better-auth currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to better-auth?

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

How do I install better-auth?

npx skills add https://github.com/jezweb/claude-skills --skill better-auth

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering