Next.js Discord

Discord Forum

HELP WITH NEXTJS AUTHENTICATION

Unanswered
Siberian posted this in #help-forum
Open in Discord
SiberianOP
Hey everyone, I hope this post is okay for this space. I’m still fairly new to coding, but I’ve been working on a complete authentication system in Next.js, from scratch. It includes features like:
- Signup
- Login
- Logout
- Security features (rate limiting and exponential backoff)
- Change password
Email verification (I haven't actually implemented the email-sending logic yet, I was hoping to do that at a later stage.)
Profiles (with a customizable bio)
This is my first Next.js project and my first attempt at building an authentication system, and I’m hoping to deploy it someday. If you have a few minutes to take a look and share any feedback, I would really appreciate it. Thanks so much!
https://github.com/montizo/melon

0 Replies