Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JSON Web Tokens - jwt.io
[go: Go Back, main page]

JSON Web Tokens - jwt.io

Decode, verify, and generate JSON Web Tokens, which are an open, industry standard RFC 7519 method for representing claims securely between two parties.


Paste a JWT below that you'd like to decode, validate, and verify.
Encoded Token

JSON Web Token (JWT)

JWT

Valid JWT

Signature Verified

Decoded Header

{
  : "HS256",
  : "JWT"
}

Decoded Payload

{
  : "1234567890",
  "name": "John Doe",
  "admin": true,
  : 
}

JWT Signature Verification(Optional)

Enter the secret used to sign the JWT below:

Base64URL Encoded

Secret

Secret

Valid secret