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
v4.13.0
- Add attributes to 2fa input field for better user experience #262, thanks to @Seldaek
- Missing TotpConfigurationInterface in the documentation #267, thanks to @cbastienbaron
- Ensure session is saved and closed when preparation is executed, fixes #257
- Add .gitattributes with export-ignore, thanks to @Spomky
v3.28.0
v4.12.0
v3.27.0
v4.11.1
v3.26.1
v4.11.0
v3.26.0
v4.10.0
Bump spomky-labs/otphp to version 10, thanks to @maxhelias
v4.9.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
- Update TotpAuthenticator to let Base32 handle the padding, thanks to @CoalaJoe