jwt_decoder
Decode JWT tokens to inspect header, payload, and check expiry status without verifying signature.
Instructions
Decode a JWT token and display its header, payload, and expiry status. Does not verify signature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | JWT token string (Bearer prefix optional) |