Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Week 7 - Refresh Tokens, Roles, and Session Hijacking

Application Security And Hardening

Return Home

View Lecture Notes

Goals

  • Investigate the concept of Session Hijacking
  • Harden our API using Refresh Tokens and Safer Storage Options
  • Use Roles to protect our Data
  • Understand and Utilize CORS

Topics

  • Session Hijacking
  • Refresh Tokens
  • Roles and Access Levels
  • CORS

Applications