Skip to content

Releases: thephpleague/oauth2-server

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

2.1.3

23 May 15:32
Compare
Choose a tag to compare

Added normalize headers because it's required by lucadegasperi/oauth2-server-laravel.

Fixes #170

2.1.2

13 May 14:16
Compare
Choose a tag to compare

Seeing as 2.1.1 is the version required by lucadegasperi/oauth2-server-laravel for Laravel 4 users, it seemed important to get this bug-fix into the 2.x branch as well as 3.x.

  • Fix checking for access token in $_SERVER['HTTP_AUTHORIZATION'], which effects the PHP development server, FortRabbit and probably plenty of other environments.

3.1.2

26 Feb 23:16
Compare
Choose a tag to compare
  • Support Authorization being an environment variable. See more

3.1.1

05 Dec 21:11
Compare
Choose a tag to compare
  • Normalize headers when getallheaders() is available (Issues #108 and #114)