Redis – How to implement "forgot/reset password" feature properly in Node.js? (Using one time token)
I am implementing a forgot/reset password functionality in a Node.js app using NestJs. That is the general flow: A user types in his email in a "forgot password" form and submits the request The server generates a jwt token with…