Skip to content

hagaik/easy-node-authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Node Authentication

Code takem from scotch.io tutorial series: Complete Guide to Node Authentication

Using Passport to authenticate users locally.

This is modified from the original scotch.io by removing twitter, google and facebook auth.

Instructions

If you would like to download the code and try it for yourself:

  1. Clone the repo: git clone [email protected]:hagaik/easy-node-authentication
  2. Install packages: npm install
  3. Change out the database configuration in config/database.js
  4. Launch: node server.js
  5. Visit in your browser at: https://localhost:8080

The Tutorials

About

Code for the entire scotch.io tutorial series: Complete Guide to Node Authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.2%
  • HTML 34.8%