Releases: Spomky-Labs/otphp
Releases · Spomky-Labs/otphp
Version 8.0.0
This new major release includes to following modifications:
- Add a method to get the URI to a QR Code image provided by a web service (Google Chart API or any other web service).
- Allow the classes to be instantiated without secret. If secret is not set, then a random secret is created.
- Remove the parameter for Google Authenticator compatibility: now all provisioning URI are compatible with Google Authenticator.
Version 7.0.4
This minor release fixes the #47.
Now the issuer, when set, will be included as a query parameter in the provisioning URi by default.
v7.0.3
Version 7.0.0
v7.0.0 v7.0.0
Git attributes added
This release adds Git attributes to avoid useless files in production to be downloaded (documentation, tests and other associated files or directories).
Library available for PHP 5.5.9+
This library is now available for PHP 5.5.9+
.
Time attack mitigation
This new release includes the following fixes:
- #35 Time attack mitigation
v6.0.0
This new major release provides the following features:
- The classes are not abstract,
- Custom query string parameters can be passed when building the provisioning URI (see #29)
- A Factory allow you to load provisioning URI and get the associated OTP object
- Old PHP versions (5.3 to 5.5) are dropped. PHP7 and HHVM are supported.
Version 4.0.2
This release fixes a bug on iOS plateform. See #20
Version 4.0.1
Merge pull request #17 from Spomky-Labs/scrutinizer-patch-1 Scrutinizer Auto-Fixes