Verifier App

Scan and verify credentials, tokens, and access grants.

Tokens look like: base64payload.base64signature | Grants look like: grant_xxxxx

What this verifier checks

Ed25519 Signature

Verifies the token was signed by Authonex using our public key registry.

Replay Prevention

Each token can only be used once. Redis marks it as consumed immediately.

TTL Expiry

Tokens expire after 60 seconds. Expired tokens are rejected.

Public Key Registry

Click "Fetch" to load the Authonex public key for independent verification.