Code for the entire scotch.io tutorial series: Complete Guide to Node Authentication
We will be using Passport to authenticate users locally only
If you would like to download the code and try it for yourself:
- Clone the repo:
git clone https://github.com/scizers/easy-node-authentication-es6.git
- Install packages:
npm install
- Change out the database configuration in .env.development
- Launch:
npm start