Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Releases: scheb/two-factor-bundle

v4.13.0

02 Feb 20:00
Compare
Choose a tag to compare
  • 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

02 Feb 19:58
Compare
Choose a tag to compare
  • Add attributes to 2fa input field for better user experience #262, thanks to @Seldaek
  • Add .gitattributes with export-ignore, thanks to @Spomky

v4.12.0

12 Jan 14:40
Compare
Choose a tag to compare

Add configurable cookie path, fixes #261

v3.27.0

12 Jan 14:39
Compare
Choose a tag to compare

Add configurable cookie path, fixes #261

v4.11.1

19 Dec 12:10
Compare
Choose a tag to compare

Forward any non-implemented method call to decorated services, thanks to @chalasr

v3.26.1

19 Dec 12:10
Compare
Choose a tag to compare

Forward any non-implemented method call to decorated services, thanks to @chalasr

v4.11.0

08 Dec 16:12
Compare
Choose a tag to compare

Security update

  • Fix bypassing two-factor authentication when the login form has a remember-me option #253
  • Suppress security.authentication.success event when two-factor authentication is required

v3.26.0

08 Dec 16:12
Compare
Choose a tag to compare

Security update

  • Fix bypassing two-factor authentication when the login form has an remember-me option #253
  • Suppress security.authentication.success event when two-factor authentication is required

v4.10.0

24 Nov 11:47
Compare
Choose a tag to compare

Bump spomky-labs/otphp to version 10, thanks to @maxhelias

v4.9.0

20 Nov 19:03
Compare
Choose a tag to compare

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