Skip to content

Latest commit

Β 

History

History
48 lines (33 loc) Β· 1.11 KB

File metadata and controls

48 lines (33 loc) Β· 1.11 KB

Better-Auth Enhanced

Version License Downloads

Enhanced username plugin for Better Auth. A modern and powerful alternative to Better Auth's standard username plugin.

πŸ“¦ Installation

# Using npm
npm install @encriva/better-auth-enchanced

# Using yarn
yarn add @encriva/better-auth-enchanced

# Using pnpm
pnpm add @encriva/better-auth-enchanced

πŸš€ Quick Start

import { username } from '@wncriva/better-auth-enchanced';

const auth = new betterAuth({
	plugins: [
		username()
	]
});

🌟 Features

  • πŸ”’ Advanced username validation
  • πŸ›‘ Type safety with Zod
  • ⚑ Optimization and performance improvements
  • πŸ”Œ Easy integration
  • πŸ“± Full compatibility with Better Auth

πŸ“˜ Documentation

For more detailed information, visit our official documentation.

πŸ“œ License

MIT Β© Encriva