Node authentication using passport.js
This repo consists the Node authentication using passport.js and Nodejs
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