Passport for user authentication
How to use Passport in ExpressJS to handle Node.js app login/logout functionality
(2019-07-14T21:00:00.000Z) Almost every web application requires login/logout functionality. In the Node.js/Express world, the Passport module handles that functionality.