Skip to content

cleathers/node-login

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

A template for quickly building login systems on top of Node.js & MongoDb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published