1.0.0 • Published 6 months ago

@encriva/better-auth-enchanced v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

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 '@clqu/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

1.0.0

6 months ago