Skip to content

Releases: ivan-novakov/php-openid-connect-client

v0.2.1

24 May 21:03
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release
  • Fixed properties passed to HttpClient
  • Included license in file
  • Removed Zend framework repository; those packages are available in Packagist.

Brad Jones is a new collaborator on this project; pull requests are welcome with the goal of a 1.0 release.

v0.2.0

28 Dec 08:27
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
  • unknown properties in the response do not throw exceptions anymore, they are ignored
  • added scope as a token response parameter
  • changed StateFactory to use openssl_random_pseudo_bytes() function to generate state hashes, it can also optionally accept the hash value throu the constructor

0.1.1

11 Jul 11:49
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • fixed the HTTP Basic client authentication

Initial release

09 Jul 21:04
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
  • initial release