Skip to content

Releases: devforth/adminforth-two-factors-auth

v3.3.9

10 Jun 14:13

Choose a tag to compare

v3.3.8

09 Jun 10:34

Choose a tag to compare

3.3.8 (2026-06-09)

Bug Fixes

  • correct parsing of passkey meta, based if meta is a string or JSON (3ee05c9)

v3.3.7

05 Jun 07:49

Choose a tag to compare

3.3.7 (2026-06-05)

Bug Fixes

v3.3.6

25 May 15:32

Choose a tag to compare

3.3.6 (2026-05-25)

Bug Fixes

  • update response status message for wrong or expired TOTP code (3d2c6cb)

v3.3.5

25 May 15:28

Choose a tag to compare

3.3.5 (2026-05-25)

Bug Fixes

  • improve error handling and validation for 2FA confirmation process (ceee634)

v3.3.4

22 May 13:25
cc25ab8

Choose a tag to compare

3.3.4 (2026-05-22)

Bug Fixes

  • add new case for error (651adef)
  • change alert variant to 'danger' for timeout or not allowed operation (cdc90b0)
  • enhance error handling for passkey creation with specific messages for different error types (43a505c)
  • simplify error response for verification failure by removing redundant message (84e093c)
  • update adminforth dependency version to ^2.66.0 in package.json and pnpm-lock.yaml (e411aaa)
  • update error message for verification failure to specify wrong or expired TOTP code (520f7fd)
  • update error response for failed verification to include status code (2024252)
  • update response status handling for verification failure to use setStatus method (91f945f)

v3.3.3

08 May 12:01
362db37

Choose a tag to compare

3.3.3 (2026-05-08)

Bug Fixes

  • change toast type to error for passkey authentication failures (d66a81e)
  • enhance error handling for authentication by adding a generic error alert (234c580)
  • enhance error handling for authentication by adding a generic error alert (d3e01d5)
  • remove redundant error handling for NotAllowedError in OTP input process (e15cc21)
  • streamline error handling for passkey authentication by removing redundant alerts (3a70ea0)
  • update error handling for authentication to provide more specific feedback (88fd9f2)

v3.3.2

08 May 07:10

Choose a tag to compare

3.3.2 (2026-05-08)

Bug Fixes

  • dont show success toast when user resolves 2fa modal successfully (fe59bc3)

v3.3.1

07 May 14:10

Choose a tag to compare

3.3.1 (2026-05-07)

Bug Fixes

  • enhance waitForResponse method with timeout handling and error resolution (89b51cb)

v3.3.0

07 May 08:03
2ef7b76

Choose a tag to compare

3.3.0 (2026-05-07)

Bug Fixes

  • improve error messaging in TwoFAModal for better user feedback (dcf0bea)

Features

  • enhance TwoFactorsConfirmation modal with improved layout and user interaction (3efb1e7)