Skip to content

Releases: scheb/2fa

v5.11.0

11 Aug 18:31
Compare
Choose a tag to compare
  • Avoid deprecation warnings in Symfony 5.3, #100, thanks to @Seldaek

v5.10.1

17 Jun 17:30
Compare
Choose a tag to compare
  • Check for isMainRequest on the correct class, fixing the deprecation notice, #90, thanks to @PhilETaylor

v5.10.0

01 Jun 18:39
Compare
Choose a tag to compare
  • Compatibility for Symfony 5.3 and the authenticator-based security system
  • New remember-me management with the authenticator-based security system, which is way cleaner than the previous approach, #61
    (Only possible due to symfony/symfony#40145, big thank you to @wouterj)
  • Handle deprecation notice for KernelEvent::isMasterRequest, #89, thanks to @ben29

v5.9.0

24 May 16:41
Compare
Choose a tag to compare

Strings on, off, true, false are interpreted as boolean-like values in environment variables that are used in the configuration (#86, #87), thanks to @gnat42

v5.8.1

12 May 20:38
Compare
Choose a tag to compare

Suppress getProviderKey deprecation notices generated from within the bundle

v5.8.0

01 Apr 18:20
717e3a7
Compare
Choose a tag to compare
  • Remove deprecation notice about getProviderKey in Symfony 5.2+ #68, thanks to @Seldaek

v5.7.0

06 Mar 19:18
Compare
Choose a tag to compare
  • Configurable custom form renderer for each of the authentication providers, #60
  • Configurable custom conditions for when to perform two-factor authentication, #49

v5.6.0

18 Feb 17:10
Compare
Choose a tag to compare

v5.5.0

14 Feb 16:15
Compare
Choose a tag to compare
  • Support environment variables for the enabled config nodes #54, thanks to @aturki

v5.4.2

29 Jan 13:21
Compare
Choose a tag to compare
  • Throw access denied when 2fa check path is called outside of a 2fa process, fix #52