- 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.js - Application Server
- Express.js - Node.js Web Framework
- MongoDb - Database Storage
- Jade - HTML Templating Engine
- Stylus - CSS Preprocessor
- EmailJS - Node.js > SMTP Server Middleware
- Moment.js - Lightweight Date Library
- Twitter Bootstrap - UI Component & Layout Library
# 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)