You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Next.js app implementing Auth V5 for user authentication. It features sign-up, login, and secure session management with JWT tokens. The app includes protected routes, ensuring only authenticated users can access them. A foundation for adding advanced authentication features like OAuth or role-based access.
Next-Auth-v5 showcases the implementation of authentication and various key features using Next.js 14, NextAuth v5, TypeScript, Tailwind CSS, Shadcn UI, Prisma, and MongoDB.