Verifier · SD-JWT VC signature + expiry check

Wallet credential verifier

Anyone can scan a wallet-holder's verification QR and land on this page. It parses the credential, fetches the issuer's public keys, checks the signature and the expiry, and shows you whether it is currently valid. No sign-in required. The credential itself lives entirely in the URL fragment (never touches the server logs).

Checking…
Reading the credential from the URL fragment.

This is a lightweight "share-QR" verifier. It confirms that (a) the credential was signed by the claimed issuer, (b) it has not expired, and (c) the disclosed attributes match the signature. It is right for door checks, discount validation, or peer-to-peer proof-of-membership. It is not a substitute for a full OpenID4VP presentation (which additionally binds the credential to a fresh verifier-supplied nonce and to the wallet's holder key) — use OID4VP when you need remote authentication.