Lecture - 100 Percent Stateless with JWT
Below is a video from Hubert Sablonnière discussing JSON Web Tokens (JWT). This video came out in 2016, and I still find it to be the best video to learn about for people who want to learn about JWTs, from any experience level.
Timestamps
- Introduction (00:00)
- HTTP-Cookies (5:08)
- Session-IDs to add more trust to cookies (06:49)
- Problems with Session-IDs when having multiple servers in parallel (09:20)
- JSON Web Tokens (15:29)
- 'Cookies' vs 'Session ID' vs 'JWTs' (15:53)
- Two kind of tokens (16:43)
- Authentication and Authorization with a JWT as Cockie (17:45)
- Structure of JWTs (19:20)
- Benefits of JWTs (26:13)
- Signatures (28:29)
- OAuth2 and OpenID Connect (29:49)
- Drawbacks of JWTs (31:26)
Last updated: 13th June 2024
First published: 25th April 2022
First published: 25th April 2022