Skip to content

sujanchhetri/NodeAuthenticationwithPassport.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeAuthentication with passport.js

This repo consists the Node authentication using passport.js and Nodejs

Hits NodeJS NPM Dependency Status MIT Licensed

Features

  • User Signup / Signin with passport-local
  • User Signup / Signin with passport-facebook
  • User Signup / Signin with passport-twitter
  • User Signup / Signin with passport-google-oauth

Contributing

There are two ways to contribute to this project. submitting new features or fixing bugs

To submit a new feature or a bugfix

Please contribute! There are plenty of work to do. To get started, you have to fork this repo to your own GitHub account first. Then open up a terminal on your machine and enter the following commands:

git clone https://github.com/<your user name>/NodeAuthenticationwithPassport.js.git
cd NodeAuthenticationwithPassport.js
npm install
npm start

Add the requirements in the config/auth.js file

Usage

You can access the endpoints on http://localhost:8000

Get the clientID & clientSecret