A complete auth system with email verification and 2FA
- Can be used as a microservice to instantly authenticate users through a robust and smooth authentication flow
- Can be used as a reference to build further
Framework: Next.js
Language: TypeScript
Validation: Zod
CSS Frameworks: Tailwind CSS
UI Component Library: ShadcnUI
Authentication Library: AuthJS
ORM: Prisma
Database: PostgreSQL
- Project uses npm. Feel free to use any package manager
- Don't forget to populate the .env with .env.example as a reference
git clone https://github.com/manishdoley23/auth.git
cd auth
npm i && npm run dev