NextAuthApp is a small project I built to learn how authentication works in Next.js.
It’s not a full system or anything complex. Just a simple setup with login, register, and user sessions using NextAuth and MongoDB.
If you're also learning or just want to see a basic example of auth in Next.js, this might help. That’s really all it’s for.