Skip to content

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

Notifications You must be signed in to change notification settings

zayrus/password-reset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published