Passport for user authentication TechSparx Node.js Web Development Passport for user authentication How to use Passport in ExpressJS to handle Node.js app login/logout functionality (Mon Jul 15 2019 00:00:00 GMT+0300 (Eastern European Summer Time)) Almost every web application requires login/logout functionality. In the Node.js/Express world, the Passport module handles that functionality.