developer_jwt_decoder
Decode JWT tokens to view header, payload, and human-readable timestamps without signature verification.
Instructions
Decode the header and payload of a JSON Web Token (JWT) without verification, displaying timestamps in human-readable formats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The raw JWT token string. |