Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Releases: chillerlan/php-oauth-core

4.0.0

14 Apr 22:37
Compare
Choose a tag to compare
  • Major cleanup™ & moving things (again)
  • PHP 7.4 and 8.x support (typed properties etc., therefore minimum requirement 7.4)
  • dependency updates
  • CI updates

3.0.0

11 Nov 17:14
Compare
Choose a tag to compare
  • Major cleanup™ & moving things
  • dependency updates
  • removed OAuth2CSRFTokenTrait, OAuth2ClientCredentialsTrait, OAuth2TokenRefreshTrait
  • removed TokenExpires interface as it adds no value
  • added OAuthStorageInterface::setStorage(OAuthStorageInterface $storage):OAuthInterface
  • OAuthStorageInterface: changed return type of store/delete/clear methods from self to bool to allow feedback

The next major release will target PHP 7.4!

2.1.1

08 Mar 09:49
Compare
Choose a tag to compare
  • fixed adding headers in OAuthProvider::request()
  • added Content-length header for requests with a body

2.1.0

01 Mar 19:48
Compare
Choose a tag to compare
  • let OauthProvider also act as PSR-18 ClientInterface
  • phpunit 8

2.0.2

25 Feb 10:23
Compare
Choose a tag to compare
  • changed OAuth2CSRFTokenTrait::checkState() to return void
  • added property $requestDelay to APITestAbstract
  • doc fixes

2.0.1

25 Feb 05:25
Compare
Choose a tag to compare
  • added header Accept-Encoding: identity to token requests
  • decompress encoded token responses if the above is ignored (thanks, Amazon)
  • test fixes

2.0.0

23 Feb 11:46
Compare
Choose a tag to compare
  • PSR-7 & PSR-18 support

1.1.0

09 Aug 01:57
Compare
Choose a tag to compare
:sparkles:

1.0.2

04 Aug 04:40
Compare
Choose a tag to compare
:octocat:

1.0.1

01 Aug 01:16
Compare
Choose a tag to compare
:shower: