Skip to content

Releases: kamermans/guzzle-oauth2-subscriber

v1.0.5-beta.1

15 Mar 14:51
72746b6
Compare
Choose a tag to compare
v1.0.5-beta.1 Pre-release
Pre-release

This release adds support for (PSR-16: Common Interface for Caching Libraries)[https://www.php-fig.org/psr/psr-16/] cache adapters, and includes a new NullGrantType for manually specifying an access token without a method for retrieving a new one (see the README for more details). This is beta because I may be adding one more change to the final release of 1.0.5.

v1.0.4

23 Oct 02:31
16152ae
Compare
Choose a tag to compare

Improvement: Better handling of corrupted tokens

When restoring an existing token from persistence, the token may be
in an unreadable format, or otherwise corrupt. This update ensures
the corrupt file is discarded and a new access token is obtained.

v1.0.3

11 Sep 20:56
Compare
Choose a tag to compare

Bugfix: Fixed error that prevented Refresh Tokens from being used properly.

v1.0.2

21 Jul 02:30
Compare
Choose a tag to compare

Bugfix: Fixed signing bug for some Guzzle versions in the PasswordCredentials and RefreshToken grant types (thanks @radmar).

v1.0.1

25 May 15:11
Compare
Choose a tag to compare

Bugfix: if an access token is granted, then revoked by the OAuth server, this update causes the client to delete the old access token and request a new one without dropping any requests.

v1.0.0

25 May 03:36
Compare
Choose a tag to compare

Testing is complete on all Guzzle versions and PHP versions and there are no outstanding issues.

v0.9.2

24 May 08:54
Compare
Choose a tag to compare

Fixed bug in the file persistence system

v0.9.1

24 May 08:17
Compare
Choose a tag to compare

Added the Guzzle requirement to composer.json and released so packagist/composer can handle dependency management properly.

v0.9.0

24 May 08:12
Compare
Choose a tag to compare

Initial commit after splitting back off from the Guzzle project. My aim is to keep this one, single package working for Guzzle 4, 5 and 6+