Releases: devforth/adminforth-two-factors-auth
Releases · devforth/adminforth-two-factors-auth
v4.0.1
v4.0.0
4.0.0 (2026-06-15)
- feat!: implement passkey and TOTP services with repositories for user and passkey management (ce5cced)
Bug Fixes
- correct typo in error message for passkey retrieval (1737321)
BREAKING CHANGES
- Passkey credential metadata is now stored and read as a JSON object instead of a JSON-stringified value. Existing passkey records created by previous versions may not validate correctly until their metadata is migrated to the new JSON format.
v3.3.10
v3.3.9
v3.3.8
v3.3.7
v3.3.6
v3.3.5
v3.3.4
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
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)