Skip to content

Releases: chillerlan/php-oauth

1.0.1

04 Jun 11:30
Compare
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
Compare
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.