Node password reset with express+mongoose+ nodemailer+passport+bcrypt
1-git clone https://github.com/zayrus/password-reset.git
2-cd password-reset && npm install
3-node app.js
- 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
Jade
Keep Learning :)