Skip to content

Releases: devforth/adminforth-two-factors-auth

v4.2.0

22 Jun 11:24

Choose a tag to compare

4.2.0 (2026-06-22)

Features

  • implement rate limiting for passkey login attempts and improve error handling (8b20d61)

v4.1.5

20 Jun 09:17

Choose a tag to compare

4.1.5 (2026-06-20)

Bug Fixes

  • don't throw an error on check of skip-allow if user doesn't have setted-up passkeys (2763fb8)

v4.1.4

18 Jun 11:54

Choose a tag to compare

4.1.4 (2026-06-18)

Bug Fixes

v4.1.3

17 Jun 13:52

Choose a tag to compare

4.1.3 (2026-06-17)

Bug Fixes

  • update type definitions for TwoFaConfirmationResult to include optional mode (bcb5da0)

v4.1.2

17 Jun 12:33

Choose a tag to compare

4.1.2 (2026-06-17)

Bug Fixes

  • update adminforth version (1fea829)

v4.1.1

17 Jun 12:18

Choose a tag to compare

4.1.1 (2026-06-17)

Bug Fixes

  • update adminforth version (95c0f96)

v4.1.0

17 Jun 07:38
b7ff29a

Choose a tag to compare

4.1.0 (2026-06-17)

Features

v4.0.2

16 Jun 14:13

Choose a tag to compare

4.0.2 (2026-06-16)

Bug Fixes

  • enhance websocket topic structure for user 2FA sessions (6aee661)

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.