Skip to content

APIs for the mobile app that allows restricted access to visitors in secured premises.

License

Notifications You must be signed in to change notification settings

wbmag/mobisecure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 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

APIs for the mobile app that allows restricted access to visitors in secured premises.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published