JWT 解码器
解码 JSON Web Token,检查头部、载荷和过期时间。无服务器端处理。
Use this as an API
Automate this in your app with a single POST request. Free tier included.
Use this in your AI agent
Connect via MCP and let Claude, Cursor, or VS Code call this tool natively.
常见问题
- 这个工具会验证 JWT 签名吗?
- 这个工具只解码和显示令牌内容,不验证签名,因为验证签名需要签名密钥或公钥。