jwt_decode
Decode JWT tokens to inspect header and payload for debugging, without signature verification.
Instructions
Decode a JWT (JSON Web Token) and display its header and payload without verifying the signature. Useful for debugging and inspecting tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The JWT string to decode |