Standard OIDC.
Works with everything.

Add “Sign in with WhosReal” to any platform. Any OIDC-compatible library works out of the box — plus you get WRID, entity type, token balance, reputation, and verification status on the token exchange.

OIDC LIVEStandard ProtocolFree for Early Partners

One ID for every
entity in the ecosystem.

A WRID is a permanent, portable identifier tied to a verified identity. It works across every entity type — individuals, workers, businesses, and physical operators all get their own WRID.

user

End Users

Consumers, event attendees, venue visitors. Earn tokens on every purchase and experience.

worker

Hospitality Pros

Bartenders, vendors, event crew. Verified work history and ratings that move with your WRID.

business

Business Entities

Venues, brands, operators. Your license and compliance status lives on your entity WRID.

operator

Platform Operators

Vending operators, event producers. Accountability and verification in one portable credential.

// WRID record — available on token exchange { "sub": "WRID-K4MN-9XPT-2RQJ" // permanent ID "entity_type": "user" // user|worker|business|operator "display_name": "Ernie Butcher" // real name, verified "verified": true // identity confirmed "rt_balance": 1240 // RealityToken balance "reputation": 4.9 // cross-platform score "created_at": "2026-03-26T..." }

Three calls. You're live.

Standard OIDC Discovery is live at https://whosreal.me/oidc/.well-known/openid-configuration

01 / OIDC DISCOVERY
// Discover endpoints automatically GET https://whosreal.me/oidc /.well-known/openid-configuration
02 / TOKEN RESPONSE
// Claims include WRID + RT balance { "sub": "WRID-...", "rt_balance": 1240 }
03 / REGISTER A CLIENT
POST https://whosreal.me/admin/clients Authorization: Bearer <admin-key>

Early partners integrate free.

Contact us to get an admin key and register your first client. No licensing fees for early ecosystem partners.

Get API AccessFor Business