mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-21 21:16:20 -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.