📄️ MFA Start Up
Multi-Factor Authentication (MFA) enhances security by requiring multiple authentication factors, such as passkeys and passwordless OTPs, to access an account. Combining passkeys with other authentication methods further reduces the risk of unauthorized access, even if one factor is compromised.
📄️ MFA Complete Example
This example shows a complete MFA sign-in flow implemented with the LoginID Web SDK. It covers session creation, step-by-step MFA decision handling, and completing authentication using passkeys or other factor methods.
📄️ External Authentication
What is External Authentication?