create-auth-js-boiler
v1.0.20
Published
Create a new auth-js-boiler project
Maintainers
Readme
Auth JS Boiler - CLI
A CLI tool to create a new Auth JS Boiler project - a complete authentication solution for Next.js applications.
🎥 Demo
https://github.com/user-attachments/assets/f1bf4f2e-c66f-4be5-9cf7-5f9c17c7c23c
Quick Start
# Using npm
npm create auth-js-boiler@latest
# Or using yarn
yarn create auth-js-boiler@latest
# Or using pnpm
pnpm create auth-js-boiler@latestThis will:
- Prompt you for a project name
- Create a new directory with that name
- Set up a complete authentication system with:
- Email & Password Sign Up/Sign In
- Email Verification
- Forgot Password & Password Reset
- OAuth Integration
- Two-Factor Authentication (2FA)
- Role-Based Access Control
Features
The generated project includes:
- 🔒 Complete Authentication Flow
- 🌐 OAuth Integration
- 🛡️ Enhanced Security
- 💾 PostgreSQL integration with Prisma ORM
- 🎨 Polished UI Components with Tailwind CSS
- 📧 Email Services for verification and resets
- ⚙️ User Settings Page
For complete documentation, refer to the Auth JS Boiler repository.
License
MIT
