Skip to content

Releases: thephpleague/oauth2-server

4.1.2

01 Jan 12:56

Choose a tag to compare

  • Remove side-effects in hash_equals() implementation (Issue #290)

4.1.1

01 Jan 12:56

Choose a tag to compare

  • Changed symfony/http-foundation dependency version to ~2.4 so package can be installed in Laravel 4.1.*

4.1.0

27 Dec 23:02

Choose a tag to compare

  • Added MAC token support (Issue #158)
  • Fixed example init code (Issue #280)
  • Toggle refresh token rotation (Issue #286)
  • Docblock fixes

4.0.5

15 Dec 17:35

Choose a tag to compare

  • Prevent duplicate session in auth code grant (Issue #282)

4.0.4

03 Dec 23:27

Choose a tag to compare

  • Ensure refresh token hasn't expired (Issue #270)

4.0.3

02 Dec 10:47

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

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

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

Choose a tag to compare

Complete rewrite!

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

3.2.4

10 Sep 15:56

Choose a tag to compare

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