Skip to content

Big-Silver/Node-Authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published