JWT 解码

The JWT Decoder lets you paste a JWT and view its decoded header and payload—user IDs, expiration, and other claims. Decoding is done in your browser so session tokens are not sent to our servers for this tool.

免费 · 无限制 · 浏览器内处理

如何使用

  1. 1Paste your encoded JWT into the input area.
  2. 2View the decoded Header and Payload in the JSON panels.
  3. 3Check expiration and claims as needed.

常见问题

Does this tool verify the JWT signature?
This tool decodes the payload for debugging. It does not verify the signature against a secret.
Is it safe to paste a production token here?
Yes. Decoding is local so your token is not sent over the network.
Does it format the payload automatically?
Yes. The decoded JSON is indented for easy reading.
Does it show when the token expires?
Yes. If the payload contains an exp claim, the tool shows "Expires in X min" or "Expired X min ago" so you can see token validity at a glance.

开发者与数据工具: 格式化、验证、编解码和转换数据。

加载中...