Debugger

Warning: We do not record tokens, all validation and debugging is done on the client side.
ALGORITHM

HEADER:ALGORITHM & TOKEN TYPE

Code right here

PAYLOAD:DATA

Code right here

VERIFY SIGNATURE

HMACSHA256 (
  base64UrlEncode(header) + "." +
  base64UrlEncode(payload),
  
)