Node.js + MySQL : Add Forgot/Reset Password to Login-Authentication System.
This tutorial will show you how to add and implement a forgot and reset password feature to your MySQL + node.js API by using the Nodemailer module to send an email link to the user account and allow him to reset his password when he forgets it securely.