Skip to content

Releases: devforth/adminforth-two-factors-auth

v4.0.1

15 Jun 14:15

Choose a tag to compare

4.0.1 (2026-06-15)

Bug Fixes

  • update adminforth verion (38e56f5)

v4.0.0

15 Jun 11:36
69c0ded

Choose a tag to compare

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

11 Jun 06:14

Choose a tag to compare

3.3.10 (2026-06-11)

Bug Fixes

  • enable declaration file generation in tsconfig (22acfd0)

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)