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