Oauth2 Client Versions Save

Easy integration with OAuth 2.0 service providers.

2.7.0

1 year ago

2.6.1

2 years ago
  • Fix deprecation notices, providing full support for PHP 8.1 #919 #920

2.6.0

3 years ago
  • Indicate support for PHP 8
  • Allow time to be set for testing purposes #852

2.5.0

3 years ago
  • Allow Guzzle 7.x to be used #847

2.4.1

5 years ago
  • Revert to use of AccessToken in type hints to preserve backwards compatibility; this fixes the issue reported in #752 and #753

2.4.0

5 years ago
  • Add HttpBasicAuthOptionProvider to ease implementation for providers requiring HTTP basic auth
  • Add GuardedPropertyTrait to allow providers the ability to specify properties that may not be overridden by user-defined values passed to the provider constructor
  • Add AccessTokenInterface and ResourceOwnerAccessTokenInterface to allow providers the ability to override the default AccessToken

2.3.1

5 years ago
  • Allow paragonie/random_compat's empty 9.99.99 placeholder
  • Throw an UnexpectedValueException on non-JSON responses from access token request (when calling AbstractProvider::getAccessToken())

2.3.0

6 years ago
  • Add ProviderRedirectTrait tool for 3rd-party provider libraries to use when handling provider redirections
  • Fix TypeError thrown because getResourceOwner() receives a non-JSON Response
  • Gracefully handle non-standard errors received from providers
  • Update README to reflect official support of PHP 7.2

2.2.1

6 years ago
  • Fix potential type error when HTTP 500 errors are encountered
  • Allow broader range of random_compat versions

2.2.0

7 years ago
  • Allow base URLs to contain query parameters
  • Protect against + being improperly encoded in URL parameters
  • Remove misleading state option from authorization parameters
  • Stop generating more random bytes than necessary