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

2.1.0

Compare
Choose a tag to compare
@soullivaneuh soullivaneuh released this 09 Apr 12:37
· 181 commits to 2.x since this release
2.1.0
5fdc509

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