Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 276 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 276 Bytes

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