nenadjaja / node-passport-authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 82.7%Language:CSS 17.3%