Libraries
SDKs
Two families, one contract. Client SDKs give you drop-in auth UI and headless hooks for every major framework; server SDKs verify access tokens locally and call the management API. Every one is generated against the same OpenAPI spec this reference renders, so they never drift.
Client & frontend
6@identra/react Drop-in React components and headless hooks, built on the framework-agnostic core.
View SDK@identra/nextjs App Router integration: client components from React, plus local server-side token verification.
View SDK@identra/svelte Drop-in Svelte 5 components and headless hooks (runes), built on the core client.
View SDK@identra/vue Drop-in Vue 3 components and composables — no SFC compiler required to consume them.
View SDK@identra/react-native The same component surface as React, rendered with native primitives (no DOM).
View SDK@identra/js The framework-agnostic, headless engine every UI SDK is built on. Use it directly anywhere.
View SDKServer & backend
4@identra/node Verify access tokens locally (EdDSA via cached JWKS) and call the API with your secret key.
View SDKidentra-go Standard-library-only token verification (EdDSA via JWKS) and management API calls.
View SDKidentra Verify access tokens (EdDSA via cached JWKS) and call the management API.
View SDKidentra Verify access tokens locally (EdDSA via JWKS) and call the API; ships Rack/Rails middleware.
View SDK