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.0.0

14 Apr 16:55
Compare
Choose a tag to compare

See the upgrade instructions to upgrade from 3.x to 4.x.

  • Replaced sonata-project/google-authenticator with spomky-labs/otphp to provide TOTP/Google Authenticator.
  • TwoFactorProviderInterface has a new method prepareAuthentication($user) to execute preparation work such as sending an email only when the authentication provider is used.
  • getUrl() to get the QR code URL has been removed since Google deprecared its Charts API.
  • The bundle's translations have been moved to its own domain SchebTwoFactorBundle.

v3.18.0

08 Apr 20:37
Compare
Choose a tag to compare

Polish translation added

v3.17.2

25 Mar 19:46
Compare
Choose a tag to compare
Update messages.fr.yml

v3.17.1

18 Mar 21:02
Compare
Choose a tag to compare
Remove duplicate (and wrong) definition of scheb_two_factor.ip_whitel…

…ist_handler

v3.17.0

23 Jan 21:18
Compare
Choose a tag to compare

Configurable cookie domain

v3.16.2

19 Jan 12:21
Compare
Choose a tag to compare
Fixes Symfony 4.2 deprecation warning about TreeBuilder::_construct()…

… calling without a parameter

v3.16.1

28 Nov 15:25
Compare
Choose a tag to compare
Added hu and hr translations

v3.16.0

12 Nov 23:22
Compare
Choose a tag to compare

Anchor for Symfony Flex recipe

v3.15.1

12 Nov 21:27
Compare
Choose a tag to compare
  • Fake "provider" configuration node to satisfy SecurityExtension, issue #179

v3.15.0

25 Oct 22:05
Compare
Choose a tag to compare
  • Parameter names can be configured to read from nested array fields (support for using a form type)
  • Fix InvalidTwoFactorCodeException serialization
  • Config value cookie_same_site accepts null