Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 267 Bytes

File metadata and controls

6 lines (4 loc) · 267 Bytes

User-Authentication-with-Passport.JS

This is a full stack application which utilizes Passport-local to register and log in users
User data persists using Express-sessions and a POSTGRES SQL database
Password information is secured with Bcrypt hashing