jwt_decode
Decode a JWT token to inspect its payload without verifying the signature. Use it to quickly view the claims and data embedded in the token.
Instructions
Decode a JWT token (no signature verification, just decode the payload)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | JWT token to decode |