Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 388 Bytes

ExpressLogin

An express.js app with user login/registration functionality, using passport.js and mongoDB.

Features

  • Secure password encryption with Bcrypt and salting
  • User login, registration and logout routes/views
  • Separate routes, models and view files for ease of use
  • Uses express.js 4 syntax

To-do list

  • More input validation
  • Remember me feature
  • Password reset