Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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