sigil_verify_token
Verifies the authenticity and expiry of a sigil_token returned by
sigil_verify_supply_path. Anyone can call this — no key needed; Sigil
verifies the Ed25519 signature server-side. Tokens live 5 minutes.
Returns valid (boolean), reason (when invalid: malformed / expired /
bad_signature / unsigned), and the decoded payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes |