This repo consists the Node authentication using passport.js and Nodejs
- 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
There are two ways to contribute to this project. submitting new features or fixing bugs
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
You can access the endpoints on http://localhost:8000