
Using the Web SDK to implement passkey autofill on a custom sign-in page.
Authentication methods
The Web SDK can be used to implement a variety of authentication methods.Passkeys
Add passkeys to your web app for phishing-resistant passwordless sign-in and step-up
authentication.
Authenticator app (TOTP)
Authenticate with time-based one-time passcodes generated in an authenticator app such
as Google Authenticator.
Email OTP
Send OTPs via email to authenticate users and verify email addresses.
Email magic link
Send magic links via email to authenticate users and verify email addresses.
SMS
Send OTPs via SMS to authenticate users and verify phone numbers.
Authenticate with OTPs sent via WhatsApp as a cost-saving alternative to traditional SMS.
Push verification
Allow users to sign-in across devices using push notifications and public key cryptography.
QR code verification
Allow users to sign-in across devices using QR codes and public key cryptography.

