Skip to content

Releases: Spomky-Labs/otphp

Version 8.0.0

09 Jul 13:23
Compare
Choose a tag to compare

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

10 May 09:45
Compare
Choose a tag to compare

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

29 Apr 18:54
Compare
Choose a tag to compare

This version fixes the issue #46 and allows a provisioning Uri without issuer to be correctly loaded by the OTP Factory.

Version 7.0.0

16 Mar 21:34
Compare
Choose a tag to compare
v7.0.0

v7.0.0

Git attributes added

15 Nov 19:58
Compare
Choose a tag to compare

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+

09 Nov 09:24
Compare
Choose a tag to compare

This library is now available for PHP 5.5.9+.

Time attack mitigation

30 Oct 06:50
Compare
Choose a tag to compare

This new release includes the following fixes:

  • #35 Time attack mitigation

v6.0.0

29 Sep 15:37
Compare
Choose a tag to compare

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

17 Mar 12:31
Compare
Choose a tag to compare

This release fixes a bug on iOS plateform. See #20

Version 4.0.1

03 Nov 14:00
Compare
Choose a tag to compare
Merge pull request #17 from Spomky-Labs/scrutinizer-patch-1

Scrutinizer Auto-Fixes