Releases: thephpleague/oauth2-server
Releases · thephpleague/oauth2-server
4.0.5
- Prevent duplicate session in auth code grant (Issue #282)
4.0.4
- Ensure refresh token hasn't expired (Issue #270)
4.0.3
- Fix bad type hintings (Issue #267)
- Do not forget to set the expire time (Issue #268)
4.0.2
- Improved interfaces (Issue #255)
- Learnt how to spell delimiter and so
getScopeDelimiter()
and setScopeDelimiter()
methods have been renamed
- Docblock improvements (Issue #254)
4.0.1
- Alias the master branch in composer.json (Issue #243)
- Numerous PHP CodeSniffer fixes (Issue #244)
- .travis.yml update (Issue #245)
- The getAccessToken method should return an AccessTokenEntity object instead of a string in ResourceServer.php (#246)
3.2.4
Add a new "missing_token" exception message to Resource server (#204)
3.2.2
- Merged #186: Send HTTP 401 status is for invalid_token, not insufficient_scope
3.2.1
- Merged #178: General improvements to Resource server errors