Skip to content

Releases: devforth/adminforth-two-factors-auth

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)

v1.9.1

19 Sep 10:36

Choose a tag to compare

1.9.1 (2025-09-19)

Bug Fixes

  • prevent focusing outside OTP inputs (0f9fa98)

v1.9.0

18 Sep 10:27

Choose a tag to compare

1.9.0 (2025-09-18)

Features

  • add error handling for invalid OTP in TwoFactorsConfirmation and TwoFactorsSetup components (618b297)

v1.8.10

04 Sep 13:50

Choose a tag to compare

1.8.10 (2025-09-04)

Bug Fixes

  • focus on the first OTP input field after tagging inputs in TwoFAModal (7a76699)