Skip to content

dougluce/node-login

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Node-Login

This now runs under coffeescript. To start the server:

node_modules/coffee-script/bin/coffee app.coffee

####A login & account management system built in Node.js

Features include:

  • 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

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


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

git clone git://github.com/dougluce/node-login.git node-login
cd node-login
npm install -d
node_modules/coffee-script/bin/coffee app.coffee

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

  • CoffeeScript 95.8%
  • JavaScript 4.2%