An open API service indexing awesome lists of open source software.

https://github.com/nathanpotter17/nextauth

Auth.js v5 using Neon, Prisma, Zod, Bcrypt, and Shadcn-UI.
https://github.com/nathanpotter17/nextauth

authentication next-auth-v5 prisma-orm zod-validation

Last synced: 3 months ago
JSON representation

Auth.js v5 using Neon, Prisma, Zod, Bcrypt, and Shadcn-UI.

Awesome Lists containing this project

README

        

## Auth.js v5

Project using Auth.js v5

🔐 Next-auth v5 (Auth.js)
🚀 Next.js 14 with server actions
🔑 Credentials Provider
🌐 OAuth Provider (Social login with Google & GitHub)
🔒 Forgot password functionality
✉️ Email verification
📱 Two factor verification
👥 User roles (Admin & User)
🔓 Login component (Opens in redirect or modal)
📝 Register component
🤔 Forgot password component
✅ Verification component
⚙️ Dashboard to change information, and more...

![home](./screens/home.png)
![2fa](./screens/2fa.png)
![server](./screens/server.png)
![client](./screens/client.png)
![settings](./screens/settings.png)