Authentication Starter
Complete auth system: email/password, OAuth, magic links, 2FA, and role-based access.
What You Get
- Email + password with bcrypt
- Google & GitHub OAuth
- Magic link login
- Two-factor authentication (TOTP)
- Role-based access control (RBAC)
- Session management
- Password reset flow
- Rate limiting
Built on NextAuth.js v4 with Prisma adapter.