Example applications and integrations for Authorizer — the open-source, self-hosted authentication and authorization server.
Authorizer v2 server is configured entirely via CLI flags (no
.env/ OS env vars), e.g../authorizer --database-type sqlite --database-url authorizer.db --admin-secret <secret>
| Example | Description |
|---|---|
| with-express-js | Express.js middleware validating Authorizer JWTs with @authorizerdev/authorizer-js |
| with-gatsbyjs | Gatsby site with login and private routes using @authorizerdev/authorizer-react |
| with-nextjs | Next.js (pages router) app with login, session cookie, and SSR profile page |
| with-nextjs-13 | Next.js 13 (app router) app with login, session cookie, and server-component profile page |
| with-react | Create React App + React Router demo using @authorizerdev/authorizer-react |
| with-react-native-expo | React Native (Expo) OAuth2 PKCE flow with token refresh via @authorizerdev/authorizer-js |
| with-svelte-kit | SvelteKit app using @authorizerdev/authorizer-svelte components |
| with-svelte-routing | Svelte + svelte-routing app using @authorizerdev/authorizer-svelte |
| with-vanilla-js | Plain HTML/JS page using the authorizer-js UMD CDN build |
| with-vanilla-js-custom-ui | Custom login UI (no components) built directly on authorizer-js |
| with-vue | Vue 3 app integrating Authorizer |
| with-go | Go backend integration with Authorizer |
| with-python | Python backend integration with Authorizer |
| with-m2m-client-credentials | Machine-to-machine auth using the OAuth2 client credentials grant |
| with-token-exchange-delegation | RFC 8693 token exchange and delegation (act claim) |
| with-fga-permissions | Fine-grained authorization (ReBAC) checks with the embedded OpenFGA engine |
| with-fga-advanced | Advanced FGA modeling: hierarchies, role grants, and exclusions |
| with-microservices | Authorizer as the auth layer across multiple microservices |
| with-openid-connect | Standard OpenID Connect integration against Authorizer's OIDC endpoints |
| with-agent-delegation | Delegating scoped access to AI agents with audited delegation chains |
| with-k8s-tokenreview | Kubernetes TokenReview-based workload authentication |
| with-spiffe | SPIFFE/SPIRE workload identity integration |
| with-org-sso-oidc | Organization SSO via an upstream OIDC identity provider |
| with-org-saml | Organization SSO via SAML |
| with-scim | SCIM user/group provisioning against Authorizer |