In the previous post, we looked at how to incorporate an authentication service utilizing Mongoose, Typescript, Node/Express and Passport. In this article, we will expand on our authentication service to allow users to reset their password. For a reference of the repository we are using, please see this branch. We…