Skip to content

Releases: thephpleague/oauth2-server

4.0.5

15 Dec 17:35
Compare
Choose a tag to compare
  • Prevent duplicate session in auth code grant (Issue #282)

4.0.4

03 Dec 23:27
Compare
Choose a tag to compare
  • Ensure refresh token hasn't expired (Issue #270)

4.0.3

02 Dec 10:47
Compare
Choose a tag to compare
  • Fix bad type hintings (Issue #267)
  • Do not forget to set the expire time (Issue #268)

4.0.2

21 Nov 00:23
Compare
Choose a tag to compare
  • 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

09 Nov 11:47
Compare
Choose a tag to compare
  • 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)

4.0.0

08 Nov 17:26
Compare
Choose a tag to compare

Complete rewrite!

Check out the documentation - http://oauth2.thephpleague.com

3.2.4

10 Sep 15:56
Compare
Choose a tag to compare

Add a new "missing_token" exception message to Resource server (#204)

3.2.3

23 Jul 15:17
Compare
Choose a tag to compare
v3.2.3

3.2.2

15 Jul 14:54
Compare
Choose a tag to compare
  • Merged #186: Send HTTP 401 status is for invalid_token, not insufficient_scope

3.2.1

15 Jul 14:45
Compare
Choose a tag to compare
  • Merged #178: General improvements to Resource server errors