JWT decoder
jwt_decoderDecode a JSON Web Token's header and payload (base64url). Does NOT verify the signature — that needs the secret/key. Runs on smart-tools.xyz.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The JWT (header.payload.signature) | |
| locale | No | Language for the source_url link (default en) |