Skip to content

Releases: scheb/2fa

v6.1.0

25 Jul 16:29
db3dec7
Compare
Choose a tag to compare

Allow to use symfony mailer default configuration, #153, thanks to @alexander-schranz

(This is setting the bundle's default sender_email configuration null. So if you haven't defined anything else in the bundle's configuration, the default sender email from Symfony's mailer-bundle configuration is used)

v6.0.3

21 Jul 18:12
Compare
Choose a tag to compare
  • Docs: Fix anonymous (public) role to define in firewall, #149, thanks to @jmsche
  • Form template: Display providers list only if more than 1 are available, #154, thanks to @jmsche
  • Update French & English translations about trusted device, #155, thanks to @jmsche

v6.0.2

16 Apr 10:22
Compare
Choose a tag to compare
  • Allow custom HTTP status code from AuthenticationRequiredHandler, fixes #138

v5.13.2

16 Apr 10:21
Compare
Choose a tag to compare
  • Allow custom HTTP status code from AuthenticationRequiredHandler, fixes #138

v6.0.1

18 Jan 19:00
Compare
Choose a tag to compare
  • Fix getSubscribedEvents deprecation warnings, #122, thanks to @Seldaek

v6.0.0

29 Dec 17:40
Compare
Choose a tag to compare

New major release including support for Symfony 6.

Please check the instructions to upgrade from bundle version 5.x to 6.x.

  • This new version supports only the authenticator-based security system (support for the old security system has been removed to simply the bundle's implementation)
  • Minimum supported PHP version is 8.0 and code style has been upgraded accordingly (the bundle is confirmed to work on PHP8.1 as well)
  • Package scheb/2fa-qr-code has been disontinued, please migrate to use endroid/qr-code directly or an alternative library (see upgrade instructions for more information)

v5.13.1

17 Dec 18:40
Compare
Choose a tag to compare
  • Handle AuthenticationTrustResolver::isAnonymous deprecation notice on Symfony 5.4, #117

v5.13.0

16 Oct 19:51
Compare
Choose a tag to compare
  • Add ability to clear the trusted device cookie programmatically (#71)
  • Add firewall option remember_me_sets_trusted to automatically set trusted device cookie when remember-me is activated (#66)
  • Fix exception when token changes within the request (#107)

v5.12.1

11 Oct 09:06
Compare
Choose a tag to compare
  • TwoFactorFormListener: check if request has a session, #109, thanks to @brusch

v5.12.0

25 Sep 10:59
Compare
Choose a tag to compare
  • Add support for cookie_secure: auto, #108, thanks to @wouterj