Skip to content

Releases: chillerlan/php-oauth

1.0.3

28 Nov 12:47

Choose a tag to compare

  • Fixed a bug that prevented successful PAR responses (#6)
  • Added Tidal and TikTok providers
  • Dependency and CI updates
  • Ensured PHP 8.5 compatibility

1.0.2

12 Nov 20:07

Choose a tag to compare

1.0.1

04 Jun 11:30

Choose a tag to compare

  • OAuth1Provider::getAccessToken(): move oauth_verifier from the request URL to the header parameters (#4)
    • added methods getAccessTokenRequestHeaderParams() and setAuthorizationHeader()

1.0.0

20 May 13:11

Choose a tag to compare

This library is the result of the (re-) combination of chillerlan/php-oauth-core and chillerlan/php-oauth-providers migrated back to the original place where it started about 8 years ago. Splitting into multiple repos has proven to be a maintenance nightmare in the long run (like, are you guys okay? I've been there too...).
In addition the API has been cleaned up and streamlined and a proper documentation has been added.