This repository was archived by the owner on Oct 18, 2021. It is now read-only.
Releases: OCLC-Developer-Network/oclc-auth-php
Releases · OCLC-Developer-Network/oclc-auth-php
Version 4.3.1
Fixed composer file
Version 4.3
Fixed bug with $authParams
Version 4.2
Updated library to require PHP 7.x.
Improved test coverage and documentation
Version 4.1 Release
Added ability to configure the information logged for HTTP interactions
Version 4.0 Release
Added support for using WAYF login screen via the OAuth server.
Version 3.1 Release
Fixed a bug in the composer file which specified the wrong version of PHP required.
Version 3.0 Release
Features
- Updated library to use Guzzle 6.0
Version 2.0 Release
Features
- Changed the error handling for Access Tokens. Access Token class now throws an Exception when the Authorization Server responds with an error rather than storing error information in properties of the Access Token.
Version 1.3.0 Release
Features
- Added ability to log HTTP requests made by library
Version 1.2.5 Release
Bug Fixes
- Updated AccessToken to allow expired Access Token to be retrieved via getValue() function