Skip to Content
DocsQuickstarts

Quickstarts

🔑 Auth: client_id + client_secret (server-side) · 👤 This IS the login — standard OpenID Connect · ⏱ 5–10 minutes per path

Pick your stack — every path ends in the same place: a working Connect with Valyd that hands your backend the user’s pseudonymous valyd_id and verification proofs.

Every quickstart needs the same two credentials: a client_id and a one-time client_secret from an app in the Developer Portal . Your real values are pre-filled on your app’s Quick setup tab — the Connect with Valyd page shows exactly where that screen lives.

Official SDK

The fastest route — @valyd/sdk generates state, nonce, and S256 PKCE for you and verifies everything on the callback in one call.

Raw API recipes

No SDK — plain HTTP against the standard OIDC endpoints, in your framework’s own idioms.

Last updated on