Releases: thephpleague/oauth2-server
Releases · thephpleague/oauth2-server
4.0.3
4.0.2
4.0.1
4.0.0
Complete rewrite!
Check out the documentation - http://oauth2.thephpleague.com
3.2.4
3.2.3
v3.2.3
3.2.2
3.2.1
2.1.3
Added normalize headers because it's required by lucadegasperi/oauth2-server-laravel.
Fixes #170
2.1.2
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.