Skip to content

Naltharial/node-login

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Login-MySql

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

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

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

####Installation & Setup This assumes you already have node.js & npm installed, as well as a running MySql server.

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

Update MySql information in server/modules/account-manager.js. Run db.sql on the selected MySql database.

Use npm app to start the application.

Original repository at github.com/braitsch.

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

Languages

  • JavaScript 100.0%