Skip to content

anneb/easy-node-authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Node Authentication

Based on the scotch.io tutorial, replaced Mongoose for Mongodb by Sequelize for SQL (postgres) Replaced Twitter by Windowslive

Migration article

Instructions

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

  1. Clone the repo: git clone [email protected]:anneb/easy-node-authentication
  2. Install packages: npm install
  3. Change out the SQL database configuration in config/database.js
  4. Change out auth keys in config/auth.js
  5. Launch: node server.js
  6. Visit in your browser at: http://localhost:9090

The Original Tutorials

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%