Enhanced username plugin for Better Auth. A modern and powerful alternative to Better Auth's standard username plugin.
# Using npm
npm install @encriva/better-auth-enchanced
# Using yarn
yarn add @encriva/better-auth-enchanced
# Using pnpm
pnpm add @encriva/better-auth-enchancedimport { username } from '@wncriva/better-auth-enchanced';
const auth = new betterAuth({
plugins: [
username()
]
});- π Advanced username validation
- π‘ Type safety with Zod
- β‘ Optimization and performance improvements
- π Easy integration
- π± Full compatibility with Better Auth
For more detailed information, visit our official documentation.
MIT Β© Encriva