decode_jwt
Decode JWT header and payload, display iat/nbf/exp as dates, and flag security issues like alg none, missing alg, expired, or long-lived tokens.
Instructions
Decode a JWT's header and payload (no verification — it says so), show iat/nbf/exp as dates, and flag alg:none, missing alg, expiry, tokens that never expire, and long-lived tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The token, with or without a 'Bearer ' prefix. |