Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Week 4 - Authentication and Authorization

Application Security And Hardening

Return Home

View Lecture Notes

Goals

  • Add basic user management to our application
  • Use Bcrypt to enable password salting and hashing
  • Investigate different types of user authorization (tokens, cookies, etc)

Topics

  • Password Salting and Hashing
  • Bcrypt
  • Authorization
    • Tokens
    • Cookies

Applications