This repository contains all code to handle local authentication with Express and Passport.
To install and test the code please follow the following steps:
- Clone or fork the repository
- Go to the local repository folder and digit
npm install
- Once all requested modules have been installed digit
npm start
The express application start at: http://localhost:5000/
- Username: nicknaso
- Password: nicknaso
I created this repository for all of you have trouble in create authentication system using Express and Passport. Feel free to send me feedback and issue to improve the example.