Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Releases: sonata-project/GoogleAuthenticator

2.3.1

15 Feb 19:23
71a4189
Compare
Choose a tag to compare

Fixed

2.3.0

16 Dec 09:59
bb30e7c
Compare
Choose a tag to compare

Added

  • Added Php 8 support

2.2.0

19 Jul 05:46
2.2.0
feda538
Compare
Choose a tag to compare

Added

  • Added GoogleAuthenticatorInterface

2.1.0

09 Apr 12:37
2.1.0
5fdc509
Compare
Choose a tag to compare

Added

  • Added GoogleQrUrl::generate which contains more validation checks and is more compatible with what Google provides
  • Added Sonata\GoogleAuthenticator namespace to all classes

Changed

  • Deprecated GoogleAuthenticator::getUrl() in favor of GoogleQrUrl::generate()

Deprecated

  • Deprecated old Google\Authenticator namespace

Fixed

  • Use dynamic pass code length when padding TFA codes

Removed

  • Support for old versions of PHP and Symfony.

Security

  • Constant time comparison when checking TOTP codes

2.0.0

05 Jun 08:45
2.0.0
4d2ce1c
Compare
Choose a tag to compare

Removed

  • PHP 5.3 through 5.5 support was removed
  • support for PHP < 7 was removed
  • extending classes from the package is no longer possible

1.1.0

19 Apr 14:00
1.1.0
ccf7ecb
Compare
Choose a tag to compare

Changed

  • Changed getUrl adding a new parameter : $issuer

Deprecated

  • Extending any class defined in the package is deprecated

Fixed

  • paths in sample code have been fixed

Removed

  • internal test classes are now excluded from the autoloader

Security

  • now generation of the secret is cryptographically strong.
  • Implemented constant time codes comparison