Skip to content

Releases: softonic/guzzle-oauth2-middleware

Fix PSR-6 issue

12 Jul 08:05
923e289
Compare
Choose a tag to compare

What's Changed

  • Avoid not allowed key characters for PSR-6 key by @bullett445 in #20

New Contributors

Full Changelog: 2.1.0...2.1.1

Add psr/cache 2.0 and 3.0 support

11 Jul 08:45
2e4bea2
Compare
Choose a tag to compare

Adds support for 2.0 and 3.0 psr/cache versions.

Add header according to provider

15 Jan 11:12
d7c7727
Compare
Choose a tag to compare

Fixed major bug, where header were always "Authorization: Bearer ". Now auth headers come from OAuth2 headers will come from the provider.

Allow generic token_options to be passed via $config[]

23 Jan 14:37
Compare
Choose a tag to compare

1.3.0

Allow generic token_options to be passed via $config[] @jonathan-graf

Fix OAuth token cache

07 Aug 08:35
4051b3c
Compare
Choose a tag to compare
1.2.2

Fix OAuth getCacheKey method (#12)

Allow custom HandlerStack

08 Jul 09:34
5f1ea51
Compare
Choose a tag to compare
Merge pull request #9 from softonic/feature/allow-other-middlewares

Allow passing custom handlerstack

Handle null response

15 Sep 10:05
Compare
Choose a tag to compare

Bugfix: handle null response

Added ClientBuilder

21 Aug 07:40
Compare
Choose a tag to compare

Added ClientBuilder to encapsulate the logic needed to build a GuzzleHttp\Client with the required middleware.

Handle token negotiation transparently

18 Aug 12:19
Compare
Choose a tag to compare

Adds authorization headers, saves token in cache, and retries once in case of failure