This repository was archived by the owner on Mar 23, 2024. It is now read-only.
  
  
  
  
Releases: chillerlan/php-oauth-core
Releases · chillerlan/php-oauth-core
4.0.0
- Major cleanup™ & moving things (again)
 - PHP 7.4 and 8.x support (typed properties etc., therefore minimum requirement 7.4)
 - dependency updates
 - CI updates
- GitHub actions
 - static code analysis via phan
 - automatic creation of API docs via phpdocumentor
 - cleaned up tests
 
 
3.0.0
- Major cleanup™ & moving things
 - dependency updates
 - removed 
OAuth2CSRFTokenTrait,OAuth2ClientCredentialsTrait,OAuth2TokenRefreshTrait - removed 
TokenExpiresinterface as it adds no value - added 
OAuthStorageInterface::setStorage(OAuthStorageInterface $storage):OAuthInterface OAuthStorageInterface: changed return type of store/delete/clear methods from self toboolto allow feedback
The next major release will target PHP 7.4!
2.1.1
- fixed adding headers in 
OAuthProvider::request() - added 
Content-lengthheader for requests with a body 
2.1.0
- let 
OauthProvideralso act as PSR-18ClientInterface - phpunit 8
 
2.0.2
- changed 
OAuth2CSRFTokenTrait::checkState()to returnvoid - added property 
$requestDelaytoAPITestAbstract - doc fixes
 
2.0.1
- added header 
Accept-Encoding: identityto token requests - decompress encoded token responses if the above is ignored (thanks, Amazon)
 - test fixes
 
2.0.0
- PSR-7 & PSR-18 support
 
1.1.0
:sparkles:
1.0.2
:octocat:
1.0.1
:shower: