Skip to content

Releases: SAP/gigya-php-sdk

3.0.2-cert

12 Oct 13:27
Compare
Choose a tag to compare

updating certificate file on version 3.0.2

3.0.7

19 Jun 08:28
Compare
Choose a tag to compare

Changes:

  • Fixed a signature validation issue when using RSA private key to authenticate with Gigya

3.0.6

14 Jun 10:17
c203229
Compare
Choose a tag to compare

Changes:

  • Updated README

3.0.5

28 Mar 08:36
Compare
Choose a tag to compare

Changes:

  • Updated the certificate authority PEM file to include DigiCert Global Root G2 CA

3.0.4

07 Feb 12:31
6b02928
Compare
Choose a tag to compare

Changes:

  • Added support for PHP 8.2.x

Note: PHP SDK now requires the mbstring PHP extension

3.0.3

17 Jan 15:01
774765e
Compare
Choose a tag to compare

Changes:

  • Updated Firebase JWT to 6.x

Breaking changes:
Removed PHP 7.x support

3.0.2

08 Nov 15:59
8b2910e
Compare
Choose a tag to compare

Fixed version numbering.

Changes:

  • Changed RSA key pair in tests

3.0.1

30 Jun 16:17
Compare
Choose a tag to compare

Changes:

  • Fixed a possible issue with directory write permissions when caching public keys

3.0

09 Jun 09:20
Compare
Choose a tag to compare
3.0

New Authorization Header

Changes from 2.x:

  • Added a new authentication method with Gigya: RSA private/public key pair
  • Added support for global sites with the new authentication method
  • The package is now PSR-4 compliant and installable via Composer

Breaking changes:
Removed PHP 5.x support