This article is a tutorial on user verification in ExpressJS. This is a continuation of my Express web development series. I will be building on top of the concepts discussed in my previous article on handling password resets.
Tag: mongodb
How to Handle Password Reset in ExpressJS
In this article, I demonstrate how to implement a password reset feature in your ExpressJS application using NodeMailer
How to Create Registration & Authentication with Express & PassportJS
In this article, I’m going to demonstrate how to build a user registration and authentication system in ExpressJS using PassportJS.