Skip to content

v1.0.5

Compare
Choose a tag to compare
@kamermans kamermans released this 06 Aug 14:28
· 95 commits to master since this release
e8aeed5

This release includes:

  • Support for PSR-16: Common Interface for Caching Libraries cache adapters.
  • New NullGrantType for manually specifying an access token without a method for retrieving a new one (see the README for more details).
  • The ability to get the RawToken object so you can directly access the OAuth access token and refresh token (if available).
  • Fix for incorrect signer interfaces in OAuth2Handler constructor.
  • Exclusive lock on token write for thread safety.