Skip to content

1.0.0

Choose a tag to compare

@GrahamCampbell GrahamCampbell released this 20 Jul 14:11
· 3 commits to 1.0 since this release
e9f4268
  • Dropped support for PHP 7.2 and 7.3
  • Require guzzlehttp/guzzle ^8.0, guzzlehttp/promises ^3.0, and guzzlehttp/psr7 ^3.0
  • Escape unsafe configuration values in generated OAuth exceptions
  • Reject native PHP serialization of Oauth1
  • Reject non-finite float values in OAuth parameters
  • Added native return types to the OAuth middleware entry point
  • Improved PHPDoc for OAuth config arrays and middleware handler contracts
  • Trim Content-Type media types with HTTP optional whitespace when signing
  • Hide sensitive OAuth arguments in stack traces on PHP 8.2+