Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 447 Bytes

File metadata and controls

10 lines (8 loc) · 447 Bytes

Auth and Encryption with Bcrypt

So here's the code we worked on today. Remember don't fall down the rabbit holes. You're if you're tired, here's the focal points:

  1. how can I use bcrypt to hash a password?
  2. How can I use bcrypt to compare a password to a hash?
  3. How can I use cookies bcrypt to create a user?
  4. How can I use cookies and bcrypt to log in a user?
  5. How can I see the currently logged in user?
  6. How can I log out a user?