Authentication
Email + password, magic link, email OTP, passkeys, and OAuth — flows that ship secure by default.
EST. 2026 · IDENTITY INFRASTRUCTURE
A complete identity backend for the post-SaaS era — auth, RBAC, sessions, passkeys, SAML, SCIM, and signed audit logs. One binary, your database, zero phone-home.
// CORE SYSTEMS
Authentication, authorization, sessions, and compliance — built to run inside your own infrastructure with no external dependencies.
Email + password, magic link, email OTP, passkeys, and OAuth — flows that ship secure by default.
Typed roles and a policy matrix. Permissions are declarative, versioned, and enforced at the edge.
RS256 / HS256 JWTs, automatic refresh rotation, and scoped API keys with full revocation control.
SAML 2.0 and SCIM 2.0 for directory sync and just-in-time provisioning across every IdP.
Signed, tamper-evident, and exportable. Every privileged action is cryptographically chained.
TypeScript / React, Python, Go, Ruby, Java, PHP, and .NET — generated from one source of truth.
// IDENTITY INFRASTRUCTURE
Drop the ghcr.io/identsphere/server image into your stack
and own the full identity layer — no control plane you don't run,
no data leaving your boundary.
Mistyping a role is a build error, not a runtime 403. Your authorization model is checked at compile time.
Even license checks run offline. Nothing about your users, traffic, or topology ever leaves your network.
// QUICKSTART
Run the server against your own Postgres, then wire up your app with the SDK of your choice.
# 1 — run the identity server against your database
$ docker run -p 8080:8080 \
-e DATABASE_URL=postgres://localhost/identsphere \
ghcr.io/identsphere/server:latest
→ identsphere · listening on :8080 · self-hosted · 0 phone-home
# 2 — install the SDK and protect your app
$ npm install @identsphere/react
→ added 1 package · typed RBAC ready
// CHRONOLOGY · THE STACK
A focused roadmap shipped in deliberate layers — each one production-grade before the next began.
Email/password, sessions, typed roles, and the policy matrix — the foundation everything else builds on.
TOTP, WebAuthn passkeys, magic links, and email OTP — phishing-resistant factors out of the box.
Enterprise SSO with SAML 2.0 and directory sync via SCIM 2.0 — provisioning that scales to org charts.
Signed, tamper-evident audit logs with streaming export and real-time webhooks for every event.
// PRICING
The core is open and unlimited. Paid tiers add compliance, support, and enterprise connectors — never a cap on your users.
COMMUNITY
$0/forever
Everything you need to self-host identity.
PRO
$49/mo
For teams shipping to production.
SCALE
$199/mo
Enterprise connectors and priority help.
ENTERPRISE
Custom
For regulated and high-assurance deployments.
// DEPLOY
Spin up the full identity stack on infrastructure you control — in minutes, with no phone-home.