Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
/ node-login Public archive

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

Notifications You must be signed in to change notification settings

rethinkdb/node-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published