This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
Releases: scheb/two-factor-bundle
Releases · scheb/two-factor-bundle
v3.25.0
This release is compatible with Symfony5
- Symfony5 compatibility changes
- Fix FC/BC layer for EventDispatcher, thanks to @maxhelias
- DI removeAlias takes a string, thanks to @maxhelias
- Add autofocus to the authentication form, thanks to @pavlakis
v4.8.0
v3.24.0
v4.7.1
v4.7.0
- Fix: Validation code re-generated and sent each time you try to go on another location will validating 2FA #223
- Fix: Preparation step not triggered #212
The bundle now remembers perpared two-factor providers in the session. Per default, preparation is only executed when the two-factor form is shown. New firewall configuration options prepare_on_login
and prepare_on_access_denied
have been introduced to influence additional events when the preparation is executed.
Thanks to @soullivaneuh for proposing the initial solution which did the groundwork for this release.