Skip to content

Releases: scheb/2fa

v7.7.1

24 Mar 10:51
Compare
Choose a tag to compare
  • Fix: Added missing kernel.reset tag to scheb_two_factor.trusted_token_storage, thanks to @dt-thomas-durand, #268

v7.7.0

23 Mar 09:53
b6139cc
Compare
Choose a tag to compare
  • Implement ResetInterface on TrustedDeviceTokenStorage (allows to reset the internal state of the service, when multiple requests are served by the same worker, i.e. applications running with RoadRunner or FrankenPHP), thanks to @dt-thomas-durand, #266

v6.13.1

16 Jan 06:35
Compare
Choose a tag to compare

v7.6.0

20 Oct 10:30
Compare
Choose a tag to compare
  • Declare compatibility with PHP8.4 and run test against the new PHP version, #253, thanks to @heiglandreas

v7.5.0

03 Jul 17:23
Compare
Choose a tag to compare

v7.4.0

18 Jun 17:30
Compare
Choose a tag to compare

v7.3.1

10 Jun 20:48
Compare
Choose a tag to compare
  • Fix deprecation for Symfony\Component\HttpKernel\DependencyInjection\Extension by @Chris53897 in #233

v7.3.0

20 Apr 14:23
0649ea5
Compare
Choose a tag to compare
  • Introduce CacheableVoterInterface to reduce amounts of calls, #228, thanks to @kevinpapst

v7.2.0

26 Jan 19:08
Compare
Choose a tag to compare

v7.1.0

18 Jan 20:21
Compare
Choose a tag to compare
  • Add TwoFactorProviderDecider, adding the ability to influence which 2fa provider is picked when there are multiple ones available, #215, thanks to @danielburger1337