Skip to content

Releases: devforth/adminforth-two-factors-auth

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)

v1.10.2

06 Oct 13:42

Choose a tag to compare

1.10.2 (2025-10-06)

Bug Fixes

  • include user_id in JWT and validate user in passkey response (6e0cd60)

v1.10.1

06 Oct 13:38

Choose a tag to compare

1.10.1 (2025-10-06)

Bug Fixes

  • rebuild (54b47f1)
  • rebuild (263a4dd)
  • rebuild (0105ac1)
  • update error handling messages and adjust cookie expiry settings (c46f061)
  • update JWT expiration time to 10 minutes and improve error messages for session handling (6983f68)

v1.10.0

06 Oct 12:23

Choose a tag to compare

1.10.0 (2025-10-06)

Bug Fixes

  • add refresh of "last used" date for passkeys (6f63088)
  • correct setup of "lastSuggestionDate", "suggestPasskey" and "suggestionPeriod" (7dec3b0)
  • disable dropdown button when passkey support is unavailable (043296e)
  • fix hardcoded field names and update style for dark theme support (7628877)
  • improve passkey registration flow and error handling (98609b2)
  • rebuild (3ea71d6)
  • rebuild (31bf898)
  • remove alert for unsupported passkeys on device or browser (e1c76c2)
  • update API paths from confirmSetup to confirmLogin for two-factor authentication (b62ac64)
  • update passkey authentication flow to use POST method and improve origin validation (f837f1a)
  • update passkey support detection (3f6806e)

Features

  • add alert notifications and passkeys page in settings (a8e2b8f)
  • add endpoint for generating challange (2d37505)
  • add endpoint for sign-in request with challenge generation for passkeys (824858b)
  • add suggestionPeriod prop for passkeys and implement logic for last login tracking (4233c55)
  • enhance passkey authentication flow (ec1c5fe)
  • enhance passkey authentication UI and improve verification logic (b6205aa)
  • enhance passkey management with improved UI and support for multiple authenticator attachments (fce8c2d)
  • enhance passkey registration (ede8c1b)
  • enhance passkeys settings validation for expected origin and authenticator selection (6fc62d9)
  • expand Passkeys configuration with detailed settings and options (4556cc6)
  • implement passkey management endpoints for fetching, deleting, and renaming passkeys (1689e78)
  • implement sign-in response endpoint for passkey authentication (fc24323)
  • update authenticator attachment handling and improve passkey support logic (527e41e)
  • update passkey confirmation and settings components for improved navigation and alert handling (c2a7e0a)

v1.9.2

06 Oct 05:54

Choose a tag to compare

1.9.2 (2025-10-06)

Bug Fixes

  • add publishConfig to package.json (6e733dc)