Completed
What We Are Going to Cover Today
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Public Key Caching Strategies for Token Signature Validation - DevSecCon
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What We Are Going to Cover Today
- 3 Brief Intro: Assymmetric (Public Key) Cryptography
- 4 Brief Intro: JSON Web Token (JWT)
- 5 Brief Intro: OAuth 2.0 and OpenID Connect
- 6 Public Key Management Options
- 7 Rationale for Public Key Caching
- 8 "On-Demand Refresh" Caching Strategy
- 9 'Regular Refresh Caching Strategy
- 10 Refresh on Expiry' Caching Strategy
- 11 Recommendations