Authentication with Node.js and Passport

An example of user authentication with Node, Express and Passport

Get started

Clone the app, CD into it and run:

$ npm install
$ nodemon app.js

If you don't have nodemon installed:

$ npm install nodemon -g