Developers
Three files. Five SDKs.
One OIDC API.
Pick the SDK for your stack and you ship sign-in today. Or skip the SDKs entirely and talk to the OIDC issuer with any standards- compliant library — the SDKs are convenience wrappers, not a lock-in.
SDK matrix
One per surface you ship on
All five share the same primitives — `SynqProvider`, hooks, `requestSignIn`, `requestConnect`. Switching frameworks is a different import, not a different mental model.
Read next
Make it yours
Spend the day shipping, not wiring.
Pick your SDK, paste the snippet, plug your env vars in. The OIDC handshake is already running on the other end.
