What is passport?
"Simple, unobtrusive authentication for Node.js."
passport is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 153.0 KB on disk.
Installation Guide
# Install via NPM
npm install passport
# Install via Yarn
yarn add passport