Added some illustrations and improved JWT section

This commit is contained in:
Marko Korhonen 2020-05-09 17:29:49 +03:00
parent d12d412a84
commit 10fb260f6a
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
7 changed files with 53 additions and 8 deletions

4
tex/code/jwt-header.json Normal file
View file

@ -0,0 +1,4 @@
{
"typ": "JWT",
"alg": "HS256"
}