Debugger
Warning:
We do not record tokens, all validation and debugging is done on the client side.
ALGORITHM
HMACSHA256
Encoded
PASTE A TOKEN HERE
Decoded
CHECK DE DECODED TOKEN HERE
HEADER:
ALGORITHM & TOKEN TYPE
Code right here
PAYLOAD:
DATA
Code right here
VERIFY SIGNATURE
HMACSHA256
(
base64UrlEncode(header) + "." +
base64UrlEncode(payload),
)
Waiting Response
CHECK TOKEN