mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-24 14:34:26 -05:00
Add a required `namespace: string` parameter to createVerificationValue, findVerificationValue, deleteVerificationByIdentifier, and updateVerificationByIdentifier. The adapter auto-prefixes identifiers as `namespace:identifier`, centralizing what was previously ad-hoc inline prefixing across all call sites. All existing call sites updated to extract their inline prefixes into the namespace parameter, leaving identifiers clean.
Better Auth Core
Core utilities and types for Better Auth — the most comprehensive authentication framework for TypeScript.
Installation
npm install @better-auth/core
Documentation
For full documentation, visit better-auth.com.
License
MIT