Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.42 KB

readme.md

File metadata and controls

54 lines (37 loc) · 1.42 KB

Node Authentication

About

  • 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

This project is written by [Big-Silver].

Node-Auth is built the following libraries :

Install

Install Node.js & MongoDB

Quick Start

# clone our repo
$ git clone https://github.com/Big-Silver/Node-Authentication.git node-auth

# change directory to your app
$ cd node-auth

# install the dependencies with npm
$ npm install

# start the Mongodb
$ mongod

# start the app
$ node app.js

Open a browser window and navigate to: [http://localhost:3000](http://localhost:3000)

404 error