jwt_decode
Decode a JWT token locally to inspect its header, payload, and security warnings like expired tokens or weak algorithms.
Instructions
Decode and analyze a JWT token locally without sending it anywhere. Shows header, payload, expiry, algorithm, and security warnings (e.g. 'none' algorithm, expired token, weak signing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | JWT token string to decode |