Releases: ivan-novakov/php-openid-connect-client
Releases · ivan-novakov/php-openid-connect-client
v0.2.1
- 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
- unknown properties in the response do not throw exceptions anymore, they are ignored
- added
scope
as a token response parameter - changed
StateFactory
to useopenssl_random_pseudo_bytes()
function to generate state hashes, it can also optionally accept the hash value throu the constructor
0.1.1
- fixed the HTTP Basic client authentication
Initial release
- initial release