Skip to content

jaj2610/leaplogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Added 3D gesture authentication using Leap Motion to braitsch's Node-Login tutorial.

#Node-Login

####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 :


A Live Demo and some thoughts about the app's architecture.


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

git clone git://github.com/braitsch/node-login.git node-login
cd node-login
npm install -d
node app

For testing purposes, I've provided a database dump of all accounts here.
Please note this list and the entire database automatically resets every 24 hours.

Questions and suggestions for improvement are welcome.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published