Try it out here: https://nodejs-login.herokuapp.com
A simple Login/Register application developed in Nodejs using Express.
- 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
-
Clone this repository and install its dependencies.
> git clone git://github.com/drphamwit/node-login.git node-login > cd node-login > npm install -
In a separate shell start MongoDB.
> mongod
-
From within the node-login directory start the server.
> node app -
Open a browser window and navigate to: http://localhost:3000
https://www.youtube.com/watch?v=zzzzzzzzzz
- Stephen Braitsch, Team Lead
- Vitalii Lebediev, Developer