Authentication & identity
Four authentication paths plus session and security telemetry.
Local credentials, MFA, passkeys, and Microsoft Entra ID OIDC SSO. Pick one or run them all at once. Every path writes to a security event log, and admins can see and revoke active sessions per device.
Local password authentication
Shippingbcrypt hashing, refresh-token rotation, optional MFA gate.
Multi-factor authentication (TOTP)
ShippingTOTP-RFC6238 with AES-256-GCM-encrypted secrets at rest, recovery codes, and rate-limited verification.
Passkeys / WebAuthn
ShippingPer-user credential registration with usernameless login support via a server-side ChallengeStore.
Microsoft Entra ID (OIDC) SSO
ShippingPKCE flow with a user_auth_identities join table mapping Entra subjects to local users.
Session management
ShippingActive sessions tracked with device fingerprinting; users list and remotely log out individual sessions.
Security event telemetry
ShippingLogins, MFA changes, password resets, and invitation redemptions are recorded in a security_events ledger for compliance audit trails.
Invitation flow
ShippingAdmin-issued invites land on a token-gated form with pre-filled email and a guided account-creation flow.
Password reset
ShippingSingle-use tokens with expiry, surfaced through a dedicated reset endpoint.
Onboarding wizard
ShippingFresh-deploy admin account creation with optional backup restore on first boot.
Want to see it in action?
Join the waitlist for early access, or browse the rest of the catalogue.