v1.2.27Web App
1 min read

Dynamic Two-Step Verification Method Filtering

AuthenticationSecurityPasskeysTOTP 2FA

Updated the Two-Step Verification challenge screen to query and display only the specific authentication methods (Authenticator App TOTP, Passkey MFA, or both) configured and active on the user's account.

#Dynamic Two-Step Verification Method Filtering

This release improves the sign-in and Two-Step Verification user experience:

  • Enabled Method Discovery: Introduced a dedicated 2FA methods check endpoint that resolves which multi-factor mechanisms are actually active on the user's account.
  • Contextual 2FA Challenge: The verification view now selectively renders only the methods configured for the user (hiding Passkey MFA verification if the user only uses TOTP, and hiding TOTP code entry if the user only uses Passkeys).
  • Responsive Subtitles & Dividers: Dynamic guidance text adapts to single-method vs. dual-method accounts with clear divider cues when multiple methods are available.
  • Easy Sign-In Navigation: Added a quick navigation option to return to standard sign-in if the user needs to re-enter their credentials.