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