What is passport-jwt?
"Passport authentication strategy using JSON Web Tokens"
passport-jwt is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 50.8 KB on disk.
Installation Guide
# Install via NPM
npm install passport-jwt
# Install via Yarn
yarn add passport-jwt