/easy-node-authentication

Scotch.io Node Authentication Sequelized

Primary LanguageJavaScriptMIT LicenseMIT

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 git@github.com: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