jrsouza95 / node-login

A fork of braitsch/node-login template for quickly building login systems on top of Node.js & RethinkDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic login and Account Management system built in Node.js and using RethinkDB

A fork of Stephen Braitsch's Node-Login application providing 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

Complete stack


Installation & Setup

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

This assumes you already have node.js, npm & RethinkDB installed. If you don't follow these instructions to get RethinkDB up and running

About

A fork of braitsch/node-login template for quickly building login systems on top of Node.js & RethinkDB


Languages

Language:JavaScript 78.3%Language:HTML 12.2%Language:CSS 9.6%