Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 614 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 614 Bytes

password-reset

Node password reset with express+mongoose+ nodemailer+passport+bcrypt

Install

1-git clone https://github.com/zayrus/password-reset.git
2-cd password-reset && npm install

Run

3-node app.js

Modules

  • Mongoose for MongoDB
  • Nodemailer for send email (WARNING use the 0.7.1, latest versions not working!)
  • Passport for authentication
  • bcrypt store hash passwords
  • async managing asynchronous operations
  • crypto a way of encapsulating secure credentials

Template engine

Jade


Keep Learning :)