Releases: devforth/adminforth-two-factors-auth
Releases · devforth/adminforth-two-factors-auth
v1.11.0
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
v1.10.6
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
v1.10.4
v1.10.3
v1.10.2
v1.10.1
v1.10.0
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)