header.description
clientSide privacyNotice
exampleTokens
pasteJwt
jwtFormat
jwtStructure
headerPart
algoType
{ "alg": "HS256", "typ": "JWT" }payloadPart
claimsData
{ "sub": "1234", "exp": 1700000000 }signaturePart
integrity
HMAC(base64(header) + '.' + base64(payload), secret)cta.description