jwt_decode
Decode JSON Web Tokens (JWTs) to extract their header, payload, and signature components without verification.
Instructions
Decode a JWT and return its header, payload, and signature (no verification).
Input Schema
Name | Required | Description | Default |
---|---|---|---|
token | Yes |