ack_verify_jwt
Verify a signed JWT's signature against the issuer's DID and return its decoded payload. Use for validating challenge-response tokens or messages from other agents.
Instructions
Verify a signed JWT and return its decoded payload. Checks the signature against the issuer's DID. Use for verifying challenge-response tokens or any signed message from another agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jwt | Yes | The signed JWT string to verify | |
| issuer | No | Expected issuer DID. If provided, verifies the JWT was signed by this DID. |