Verify a token instantly
Confirm that a verification token was signed by the trusted external system using its public key.
How verification works
The external signer takes DIC1:DIC2, hex-encodes it, and signs the result with their private key using RSA-PSS / SHA-256 / 32-byte salt. We hold their public key and run the verification on the server.