Next Auth Email Verification App is a comprehensive authentication and authorization management system that provides a secure and user-friendly experience for managing user accounts, permissions, and access control. It includes features such as email and password authentication, 2-factor authentication, email verification, one-time password (OTP) generation, password reset functionality, and advanced security measures.
You can see the demo of the app Next Auth Email Verification App.
- Authentication:
- Email and Password Authentication
- 2-Factor Authentication
- Email Verification
- One-Time Password (OTP) Generation
- Password Reset
- Advanced Security Measures
- Authorization:
- Protected Routes
- Guest Routes
- Framework: Next.js v15
- Package Manager: Bun
- Programming Language: TypeScript
- Database: PostgreSQL
- Authentication: Better Auth
- ORM: Prisma
- UI: Shadcn UI
- Styling: Tailwind CSS
- Linting: ESLint
- Formatting: Prettier
- Deployment: Vercel
-
Clone the repository:
git clone https://github.com/bagusvalentinoo/next-auth-email-verification-app.git cd next-auth-email-verification-app
-
Configure environment variables:
- Copy the example
.env
file and update the values as needed:cp .env.example .env
- Copy the example
-
Install dependencies using Bun:
bun install
-
Generate Prisma Client:
bunx prisma generate
-
Push database schema:
bun run db:migrate
-
Start the development server:
bun run dev
-
Access the application: Open your browser and navigate to
http://localhost:3000
.
-
Apply database schema:
bun run db:migrate
-
Rollback database schema:
bun run db:migrate:rollback
-
Fresh database:
bun run db:migrate:fresh
This project is licensed under the MIT License.
If you encounter any issues or have questions, feel free to open an issue or contact the maintainers.