Encoded Paste a token here
Decoded Edit the payload and secret
Signature Verified
HEADER: ALGORITHM & TOKEN TYPE
PAYLOAD: DATA
VERIFY SIGNATURE
HMACSHA256(
base64UrlEncode(header) + "." +
base64UrlEncode(payload),
)
Secret is used to sign the newly modified
token on the left.