ConsentKeys sits between users and apps. It verifies identities once, then issues unique pseudonymous aliases — so apps never touch personal data.
Sign in with a magic link — no password, no form. ConsentKeys confirms they're a real person and their real identity never leaves ConsentKeys.
For each app the user accesses, ConsentKeys creates a unique pseudonymous identifier — an “alias”. Different app, different alias. No PII is stored on the app's side.
The app receives a signed OIDC token. The ‘sub’ claim is the user’s alias, not their email. No PII is stored on the app’s side — nothing to breach, nothing to subpoena.
Revoke access to any app at any time from the ConsentKeys dashboard. The alias is invalidated instantly — the app loses access without knowing anything about the user.
Two audiences, one platform
The Token
When your app decodes the ConsentKeys id_token, here is what you get. Notice what is missing — no email, no name, no date of birth, no phone number.
The sub claim is a stable, app-scoped alias. It uniquely identifies this user inside your app without revealing anything about who they are elsewhere.
{
"sub": "ck_u_8a3f…9c1b", // pseudonymous alias, unique per app"iss": "https://auth.consentkeys.com", // issuer"aud": "your_client_id", // your application"verified": true, // identity confirmed by CK"age_gate": "18+", // optional — claim without DOB// ← no email · no name · no phone · no DOB}Zero PII stored
Not on your server, not on ours
Revocable anytime
Users invalidate aliases in one click
Standard OIDC
Drop into your existing auth stack
See it in action
The alias model works across any vertical that handles user identity. Explore common patterns below.
Use Cases
See how ConsentKeys solves privacy challenges across different verticals.
Traditional marketplaces store mountains of PII—names, addresses, payment details—making them prime targets for breaches.
ConsentKeys enables trust between parties using verified aliases. Users transact securely while you never touch their personal data.

Seller Verification
PII Records
Free tier. No credit card. Start integrating in five minutes.
Enterprise plans. Custom compliance. White-glove onboarding.
We practice what we preach.
Our analytics are cookieless — no PII, no cross-site tracking, nothing stored on your device. Session replay is optional and always anonymised. Privacy policy