Verify a Record
Decode and verify signed interaction records offline. A sample Interaction Record (interaction-record+jwt) is pre-loaded.
Legacy Wire 0.1 (peac-receipt/0.1) tokens are also supported for compatibility.
Verifying...
How Verification Works
1. Decode
Parse the JWS structure and base64url-decode header and payload
2. Validate
Check required fields: alg (EdDSA), typ (interaction-record+jwt), kid, iat
3. Verify
Cryptographic verification requires the issuer's public key from their JWKS endpoint