Skip to content

Repository files navigation

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

About

Node & MongoDB Authentication

Topics

Resources

Stars

11 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages