Completed
RFC 77519
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Stateless with JWT - JSON Web Token
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 My first computer
- 3 Small Elk
- 4 Code
- 5 HTTP Cookies
- 6 Recap
- 7 Session IDs
- 8 Problems with Session IDs
- 9 What did we do
- 10 The problem
- 11 RFC 77519
- 12 JWT vs Session ID
- 13 Token by Reference
- 14 What does it look like
- 15 Example
- 16 symmetric signature
- 17 both
- 18 OpenID
- 19 Blacklist
- 20 Crosssite scripting attacks
- 21 CSRF attack
- 22 How does it work
- 23 How to use it
- 24 Multipart forms
- 25 API Gateway
- 26 Conclusion
- 27 Limitations
- 28 Rotating private keys
- 29 Token identifier
- 30 Expiration time