/nodejs-login

Primary LanguageJavaScriptOtherNOASSERTION

#E5-src

####A basic login & account management system built in Node.js with the following features :

  • New User Account Creation
  • Secure Password Reset via Email
  • Ability to Update / Delete Account
  • Session Tracking for Logged-In Users
  • Local Cookie Storage for Returning Users
  • Blowfish-based Scheme Password Encryption

####Node-Login is built on top of the following libraries :

####Installation & Setup This assumes you already have node.js & npm installed.

git clone https://github.com/ylhuang86/e5-src.git
cd e5-src/node-login
npm install -d
node app