How to Add Password Reset to Your Node.js Authentication API using SendGrid
Nov 1 · 3 min read
Add Password Reset to your Node.js Authentication API using Sendgrid.
Requirements
- A Twilio SendGrid account, sign up for free.
Step 1: Install Additional Dependencies
The following packages will be need:
- jade, a templating engine, primarily used for server-side templating in NodeJS.
- @sendgrid/mail, This is a dedicated service for interaction…


