Releases: scheb/2fa
Releases · scheb/2fa
v7.9.0
- Configuration option to use a different CSRF token manager, instead of Symfony's default one
- Configuration option to retrieve the CSRF token from a header
- Change of execution order in TwoFactorAccessListener to initialize the security token as late as possible and only if necessary
v7.8.0
- Added events for backup code validation: check, valid, invalid
- Added events for the Google Authenticator / TOTP authentication provider: check, valid, invalid
- Added events for the email code authentication provider: sent, check, valid, invalid
See events documentation.
v7.7.1
v7.7.0
v6.13.1
- Declare compatibility with PHP8.4 and run test against the new PHP version, #253, thanks to @heiglandreas and @lukasbableck