Skip to content
This repository was archived by the owner on Oct 18, 2021. It is now read-only.

Releases: OCLC-Developer-Network/oclc-auth-php

Version 4.3.1

21 Feb 00:37

Choose a tag to compare

Fixed composer file

Version 4.3

21 Feb 00:33

Choose a tag to compare

Fixed bug with $authParams

Version 4.2

21 Feb 00:12

Choose a tag to compare

Updated library to require PHP 7.x.
Improved test coverage and documentation

Version 4.1 Release

11 Apr 20:58

Choose a tag to compare

Added ability to configure the information logged for HTTP interactions

Version 4.0 Release

17 Mar 19:31

Choose a tag to compare

Added support for using WAYF login screen via the OAuth server.

Version 3.1 Release

08 Feb 15:47

Choose a tag to compare

Fixed a bug in the composer file which specified the wrong version of PHP required.

Version 3.0 Release

05 Dec 20:39

Choose a tag to compare

Features

  • Updated library to use Guzzle 6.0

Version 2.0 Release

22 Sep 19:21

Choose a tag to compare

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

26 Nov 19:34

Choose a tag to compare

Features

  • Added ability to log HTTP requests made by library

Version 1.2.5 Release

15 Sep 19:24

Choose a tag to compare

Bug Fixes

  • Updated AccessToken to allow expired Access Token to be retrieved via getValue() function