The Authentication
Operating System
The complete, self-hosted identity platform for B2B, B2C, and developer tools. Handles millions of authentications so you can focus on your product.
Built for speed, not excuses
Rust core. Zero GC pauses. Real benchmarks from K6 load tests.
Everything you need, nothing you don't
Built for B2B SaaS from day one.
Multi-tenant Native
Organizations, teams, and role-based access built in. Not a bolt-on.
Self-Hostable
Your infrastructure, your data. Deploy anywhere: on-prem, VPC, or use our cloud.
Enterprise SSO
SAML 2.0 and OIDC federation. Let customers bring their own IdP.
Passkeys & MFA
WebAuthn, TOTP, and email verification. Phishing-resistant auth.
Fine-grained Permissions
Google Zanzibar-style ReBAC. Define who can do what, on what resource.
Observable
Prometheus metrics, structured logs, and audit trails. Debug in minutes.
Ship in minutes, not months
A strongly-typed SDK that works. Install, authenticate, ship.
Read the docs →import { SsoClient } from '@drmhse/sso-sdk';
// Initialize client
const sso = new SsoClient({
baseURL: 'https://auth.your-api.com'
});
// Authenticate
await sso.auth.login({
email: 'user@example.com',
password: 'mypassword'
});
// Get user profile (token automatically handled)
const user = await sso.user.getProfile();
Total visibility. Full control.
Monitor users, manage tenants, and respond to threats from a single pane.