Skip to content

Node Authentication using PassportJS (Local, Facebook, Twitter and Google+ Strategies)

Notifications You must be signed in to change notification settings

suhashm/node-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-authentication

Node Authentication using PassportJS (Local, Facebook, Twitter and Google+ Strategies)

Installation

  1. npm install
  2. For Facebook, Twitter and Google+ Authentication: set client id and secret key in auth.js
  3. For Local Login/ Signup - start MongoDB in local machine using command MONGOD and in terminal - For sandbox
    set NODE_ENV=development
    For production
    set NODE_ENV=production
  4. Run the server using
    node server.js

View Demo

About

Node Authentication using PassportJS (Local, Facebook, Twitter and Google+ Strategies)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published