Completed
Hackproof Security
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Authentication as a Microservice - Portable Customer Identity Management
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 How did we log into these apps
- 3 Cookies are secure
- 4 Why is this painful
- 5 The evolution
- 6 Tokenization
- 7 Token Mapping
- 8 JSON Web Token
- 9 Header and Body
- 10 Signature
- 11 Select Change
- 12 Show Code
- 13 No Signature
- 14 HMAC Hack
- 15 RSA Public Key
- 16 Verifying RSA Signature
- 17 Rotating Keys
- 18 Key ID
- 19 JSON
- 20 Hackproof Security
- 21 Refresh Tokens
- 22 Revocation
- 23 Auth to access tokens