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
Node.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.
How to get Request Origin in Express.js?
This article will show you how to get a request Origin and request host in express.js.
How to get the Request Host in express.js?
This post will show you how to get a request Host in express.js.
Nodemailer + 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
Complete 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.