InfinityTool
Live tool/tool/jwt-payload-decoder

JWT Payload Decoder

Decode a JWT header and payload locally so token claims can be inspected without sending them anywhere.

Developer ToolsSecurityWeb

Sections

3

Header keys

2

Payload keys

3

Header

{
  "alg": "HS256",
  "typ": "JWT"
}

Payload

{
  "sub": "1234567890",
  "role": "admin",
  "iat": 1516239022
}