Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 852 Bytes

File metadata and controls

25 lines (20 loc) · 852 Bytes

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