Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 520 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 520 Bytes

This is a test web app made with NextAuth.js. This lib is used to make authentication system in Next easier, I used jwt method to do it. Visit Next Auth to see more about it.
You can create an user with an email and a password, then you can use it to log in or change password. This user data is storaged in MongoDB. The page does not do anything, it is just a course project to learn a bit more about Next.js.

Enjoy!