Decode JWT
decode_jwtDecode a JWT token to inspect its header and payload without verifying the signature.
Instructions
Decode a JWT header and payload without signature verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | JWT string to decode without signature verification. |