Skip to content

Releases: devforth/adminforth-two-factors-auth

v2.0.1

09 Oct 12:42

Choose a tag to compare

2.0.1 (2025-10-09)

Bug Fixes

  • add loader for the 2fa confirmation (512a926)

v2.0.0

09 Oct 09:33

Choose a tag to compare

2.0.0 (2025-10-09)

Bug Fixes

BREAKING CHANGES

  • change get 2nd factor API to support both passkey and TOTP

v1.11.2

09 Oct 08:45

Choose a tag to compare

1.11.2 (2025-10-09)

Bug Fixes

  • fix fetching list of existing passkeys (aec2287)

v1.11.1

09 Oct 08:37

Choose a tag to compare

1.11.1 (2025-10-09)

Bug Fixes

  • remove error message after logout (6840c22)

v1.11.0

09 Oct 08:17
8245694

Choose a tag to compare

1.11.0 (2025-10-09)

Bug Fixes

  • fix styling for the dark theme delete and edit dialogs for passkeys (6db0850)
  • styling for the 2Fa modal and update error messages text (50a862f)
  • update user verification logic for passkeys registration (cd0e389)

Features

  • enhance loading states and passkey handling in TwoFactors components. Require TOTP for passkey registation (a221776)

v1.10.7

07 Oct 12:44
e53d6a0

Choose a tag to compare

1.10.7 (2025-10-07)

Bug Fixes

  • move handlePasskeyAlert function to utils.js (e666918)

v1.10.6

07 Oct 10:45
22188b9

Choose a tag to compare

1.10.6 (2025-10-07)

Bug Fixes

  • add onBeforeMount lifecycle hook for authorization check in TwoFactorsConfirmation and TwoFactorsSetup components (36d6c29)
  • adjust layout for Passkeys section in settings (49de5a2)
  • fix visibility for sidebar and header (de6a029)
  • improve error message for origin mismatch in passkey response validation (227ad78)
  • update expectedOrigin parameter in verifyAuthenticationResponse call (2edf35d)

v1.10.5

06 Oct 15:11

Choose a tag to compare

1.10.5 (2025-10-06)

Bug Fixes

  • enhance passkey handling with improved error messages and backend-only field settings (57239a8)

v1.10.4

06 Oct 13:56

Choose a tag to compare

1.10.4 (2025-10-06)

Bug Fixes

  • update error message for OTP verification failure (f594580)

v1.10.3

06 Oct 13:52

Choose a tag to compare

1.10.3 (2025-10-06)

Bug Fixes

  • improve error handling for passkey and code validation (2b166b6)