Build with Stytch

Explore our Docs by choosing an authentication platform that best suits your application.

Consumer Authentication

DocsAPI referenceBuild auth flows that enable individual end users to log in to and sign up for your application.
Authentication of individual users
Passwordless login methods like Passkeys, Magic Links, and OTP
Social login with third-party accounts via OAuth and Web3
Suited for consumer-driven applications like social media, e-commerce, fintech, healthcare, Web3, etc.

B2B SaaS Authentication

DocsAPI referenceBuild authn and authz flows that enable end users to log in to and sign up for your application as members of an organization (like a company).
Authentication of members and their organizations
RBAC authorization and SCIM provisioning
Admin controls for organization settings like invites, provisioning, and domains
Integration with workforce identity providers for SSO
Suited for organization-based applications that support enterprises, teams, and collaborative data models

Fraud & Risk Prevention

DocsAPI referenceBuild fraud and risk prevention that empowers you to stop unauthorized access and identify who (or what) is visiting your application.
Detecting and stopping bot activity
Enforcing paywalls
Personalizations for returning or anonymous users
Preventing account takeover

Need some help?
Our auth experts can help you find the right auth type for your application and answer any questions you have.Contact us

Explore by product

Consumer Authentication

Passkeys
Phishing-resistant passwordless authentication
Magic Links
Email or embedded links for passwordless login
Passwords
Traditional password login
One-Time Passcodes
Passcodes delivered by SMS, WhatsApp, or email
OAuth
Social login with popular third-party platforms
Session Management
Controls for storing and authenticating sessions
M2M Authentication
Machine-to-machine clients and access tokens
Native Mobile Biometrics
Fingerprint and facial recognition on mobile
WebAuthn
Built-in biometrics and hardware keys
TOTP
Secondary or two-factor authentication (2FA)
Web3 Logins
Crypto wallet login

B2B SaaS Authentication

Single Sign On
SSO with SAML and OIDC
Role Based Access Control
RBAC authorizations and permissions
Session Management
Controls for storing and authenticating sessions
Multi-Factor Authentication
Additional verification factors for login
Passwords
Traditional password login
Email Magic Links
Email links for passwordless login
OAuth
Social login with popular third-party platforms
M2M Authentication
Machine-to-machine clients and access tokens

Fraud & Risk Prevention

Device Fingerprinting
Device identification for fine-grained traffic shaping
DFP-Protected Auth
Authentication protected by DFP
Strong CAPTCHA
Strong CAPTCHA

Demos

Try our hands-on interactive demos to see Stytch in action.

Stytch Demo

Try our interactive consumer auth recipes (Magic Links, OAuth, Passwords, WebAuthn, Web3, etc.) with detailed breakdowns of code and API data.See auth recipes in action

AuthKit

Try our interactive frontend Javascript SDK, and build a customizable login flow that is production ready for consumer auth.See frontend Javascript SDK in action

Stytch B2B Demo

Try our interactive B2B auth demo to see how Members authenticate into an Organization with Email Magic Links and SAML-based Single Sign On.See B2B auth in action

For developers