JSON Web Tokens
So how do we implement access tokens? Well, we can implement them as JSON Web Tokens, let's take a look at how they work!
Lecture material
Recommended reading
- JSON Web Token Specification, especially:
- JWT Claims
- https://jwt.io
- Debugger (play around)
- Introduction