TrumanWong

JWT Online Decryption

We do not log tokens, all verification and debugging are done on the client side.

About JWT

JWT is the abbreviation of JSON Web Tokens. It is currently the most popular cross-domain authentication solution and an open standard (RFC 7519) for securely transmitting information as JSON objects between parties.

JWT contains authentication information, please keep it safe! We do not log and store your JWT information, all verification and debugging are done on the client!

Payload is used to store the actual data that needs to be transmitted. The 7 official fields specified by JWT are available for selection:
iss (Issuer): Issuer
sub (Subject): Subject
aud (Audience): Receiver
exp (Expiration time): Expiration time
nbf (Not Before): Effective time
iat (Issued At): Issuance time
jti (JWT ID): number