Releases: scheb/2fa
Releases · scheb/2fa
v5.4.1
v5.4.0
v5.3.1
v5.3.0
- #45 Added support for
lcobucci/jwt
v4, the minimum supported version bumped up to v3.4. Thanks to @wouterj - Annotated classes that aren't meant to be extended
@final
, the ones that aren't part of the public API@internal
. Doesn't break your code, but code analysis tools and your IDE should warn you when you're trying something that is not intended.
v5.2.1
v5.2.0
Improving the integration with Symfony's security component, made possible by some features added with Symfony 5.2. This is removing some of the "hacks" the bundle does to make things work. Coincidentally, this also version 5.2 of the bundle :)
- With Symfony 5.2, the bundle is using a different way (less hacky) to manage access control during 2fa. Makes use of symfony/symfony#37336 and symfony/symfony#37337.
- The bundle's support for Symfony's experimental authenticator security system has been updated. The bundle now requires at least Symfony 5.2 to work in combination with the new authenticator security system. Integrated with symfony/symfony#37359 to manage the security token after login. Support and minimum required version for the old security system hasn't changed, don't worry.