Quickstarts¶
Pick the integration that matches your stack. All paths land at the same place: a verified id_token and a logged-in user.
| If you have... | Use this |
|---|---|
| Just a static page or simple PHP site | HTML only |
| A modern SPA (React, Vue, Svelte, vanilla TS) | JavaScript SDK |
| A PHP backend (Laravel, Symfony, custom) | PHP SDK |
| Anything else | OAuth 2.0 from scratch |
| iOS / Android (preview) | Mobile |
Before you start, register a client in the developer portal and copy the client_id (and client_secret for confidential clients).