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.
Read MoreNode.js + Nodemailer : How to send Emails via SMTP with Nodemailer
This article aims to demonstrate and explain how to send emails via SMTP with Nodemailer.
Read MoreHow to get Request Origin in Express.js?
This article will show you how to get a request Origin and request host in express.js.
Read MoreHow to get the Request Host in express.js?
This post will show you how to get a request Host in express.js.
Read MoreNodemailer + Gmail: How to Send Emails from Node.js API using Gmail
In this post, we will show how to send emails using a Gmail account. We will start by setting up a Gmail OAuth2 application, generating the tokens, and then using these credentials within the Nodemailer transporter to access Gmail accounts without confronting Gmail security high-level issues in production mode.
Read MoreComplete JWT Authentication and Authorization System for MySQL/Node.js API
This article will implement a complete authentication and authorization system with JWT to add a security layer to access protected routes within our MySQL/Node.js API.
Read More