/passportjsdemo

A passportJS Auth Demo in NodeJS

Primary LanguageJavaScriptMIT LicenseMIT

Passport js Demo

Local Strategy demo with Express, MongoDb and passportJS A passportJS Auth Demo in NodeJS


# Instructions:

Clone the repo:
$ git clone https://github.com/TomerBu/passportjsdemo.git
go into to the project's directory:
$ cd passportjsdemo
Install packages:
$ npm install
Change db configuration in config/config.js
Launch: $ npm start

Enjoy :-_)