Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.01 KB

File metadata and controls

24 lines (20 loc) · 1.01 KB

Login Authentication

Structure for a local login authentication with three user classes using passport node module. Password encryption with bcrypt. App originally created to serve a building contractor, so employee pages are named as if they were architects (ie: 'arch').

Features

  • Encrypted Password
  • Upload Files
  • Download Files
  • Clients can comment on their files
  • Employee, Client, Admin Logins
  • Users can update contact info with ease

Technologies Highlights