lucadegasperi/oauth2-server-laravel
Added basic support for L5.4 in the composer.json file.
The getScope method signature was used in the wrong way.
I can't even write JSON properly.
This release is a major rewrite of the package. It now supports: league/oauth2-server 4.0.x, PHP 5.4+ and it's built specifically to support Laravel 4.2.
This release breaks compatibility with the previous versions of this library. Do not blindly upgrade.
No big changes, only reorganizing the repo
Fixes a bug where the error message isn't formatted according to the oauth spec.
Solved some issues when choosing a different PDO fetch method.
The filter inclusion system has been updated
fixed a wrong header returned when checking for the access token validity.
Fixing #35 where accessTokenValidation wasn't working.
This release fixes issue #33 where an id different than the one of the client might have been returned by the db query. It also fixes the same problem in other part of the storage interfaces implementations.
Improvement in the migration files. Fixes problem with rollback / reset commands
Now there's a client metadata table to add any number of parameters to a client. Remember to run the new migrations.
How can I help you explore Laravel packages today?