July 2018
Intermediate to advanced
268 pages
7h 36m
English
This is a JSON object and takes the following format. It gives information on how the signature should be computed:
{ "alg": "HS256", "typ": "JWT"}
The value of typ specifies type of the object, and in this case, it is the JWT. The value of alg specifies the algorithm used to create the signature, and in this case it is HMAC-SHA256.
Read now
Unlock full access