Decrypted JWT token

Report a typo

Compare each part of JWT structure with corresponding decrypted JSON fragment.

Match the items from left and right columns
Header
Payload
Signature
-
{ "alg": "ES512", "typ": "JWT" }
{ "iss": "gov.com", "sub": "42", "aud": "note-taking-app", "exp": 1664236500 }
___

Create a free account to access the full topic