Authentication Methods

Every method is exposed through a single, consistent API. Configure once, enforce everywhere.

SMS Challenge / Response

Our SMS authentication sends a one-time numeric code to a user's mobile phone. The code is single-use, time-limited (default 5 minutes), and cryptographically random.

SAML 2.0

Full SAML 2.0 Identity Provider. Accepts SAML authentication requests and returns signed assertions containing user attributes mapped from your account store.

OAuth 2.0 / OpenID Connect

Standards-compliant OAuth 2.0 authorization server with OIDC layer. Issue access tokens, ID tokens, and refresh tokens.

WebAuthn / FIDO2

Passwordless authentication using platform authenticators (Touch ID, Windows Hello) and roaming authenticators (YubiKey, SoloKey).

TOTP / HOTP

RFC 6238 time-based one-time passwords and RFC 4226 HMAC-based OTP. Drop-in for any authenticator app.

Magic Links

Email-based passwordless authentication. Users receive a one-click login link that authenticates them without a password.