Skip to content

Releases: devforth/adminforth-two-factors-auth

v3.0.3

09 Mar 10:28

Choose a tag to compare

3.0.3 (2026-03-09)

Bug Fixes

  • return "package-lock" in custom folder for backward compatibility (17d5941)

v3.0.2

06 Mar 11:26

Choose a tag to compare

3.0.2 (2026-03-06)

Bug Fixes

  • use pnpm in "custom" folder (d9011d3)

v3.0.1

05 Mar 10:20

Choose a tag to compare

3.0.1 (2026-03-05)

Bug Fixes

  • use pnpm instead on npm (3623593)

v3.0.0

04 Mar 21:32
ec93c1f

Choose a tag to compare

3.0.0 (2026-03-04)

  • fix!: force user to use KeyValueAdapter for the improved sequrity (2ce581c)

Bug Fixes

  • update challenge handling to have blacklist of used challenges (d6da1df)

Features

  • require key-value adapter for storing generated passkey challange (52d97ab)

BREAKING CHANGES

  • KeyValue adapter is required for passkeys.

v2.10.12

20 Feb 14:38

Choose a tag to compare

2.10.12 (2026-02-20)

Bug Fixes

  • request passkey immediately, when adminuser with existing passkey want's to login, so adminuser don't have to do extra click (cbe4693)

v2.10.11

19 Feb 13:25

Choose a tag to compare

2.10.11 (2026-02-19)

Bug Fixes

  • make grace period cookie session based (43e1f69)

v2.10.10

03 Feb 12:21

Choose a tag to compare

2.10.10 (2026-02-03)

Bug Fixes

  • update issueTempSkip2FAGraceJWT method to accept cookies and response parameters (33b27ca)
  • update verify method to include cookies and response parameters (79eee7f)

v2.10.9

03 Feb 11:26

Choose a tag to compare

2.10.9 (2026-02-03)

Bug Fixes

  • enforce required parameters in verify method for TwoFactorsAuthPlugin (ef7561a)

v2.10.8

03 Feb 11:06
d8d196d

Choose a tag to compare

2.10.8 (2026-02-03)

Bug Fixes

  • ensure cookies are set from extra options in verify method (a9fe4e0)
  • update get2FaConfirmationResult call to remove undefined parameter (c463b5e)

v2.10.7

28 Jan 06:57

Choose a tag to compare

2.10.7 (2026-01-28)

Bug Fixes

  • ensure single instance per application in AuditLogPlugin constructor (13dab57)
  • include response in doLogin parameters for OpenSignupPlugin (e285082)