Database-less Password Resets using JWT
Fully functional forget password / password reset functionality without storing any tokens in the database.
Nov 26, 20243 min read85

Search for a command to run...
Articles tagged with #javascript
Fully functional forget password / password reset functionality without storing any tokens in the database.

Authentication in NextJS has been made very simple by the next-auth library, in this post we will go through on how to setup authentication in your NextJS 14 application. We will not be using NextJS 15 because it is not stable yet. I will not go thro...
