Releases: lucadegasperi/oauth2-server-laravel
Releases · lucadegasperi/oauth2-server-laravel
Filter improvements
The filter inclusion system has been updated
Improved compliance with the OAuth 2 specification
fixed a wrong header returned when checking for the access token validity.
Fixed OAuth filters
1.0.6 5.6 ninja testing
Bugfixing
Fluent query fixes
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.
Security Fixes
- Fixes #30 , an issue where wrong IDs might have been returned from the DB.
Migrations Improvements
Improvement in the migration files. Fixes problem with rollback / reset commands
Security Improvements
- Fixes a major bug in the password grant type callback
Client Metadata and fixes
Now there's a client metadata table to add any number of parameters to a client. Remember to run the new migrations.
Documentation and improvements in the access token flow
0.9.3 Merge branch 'master' of github.com:lucadegasperi/oauth2-server-laravel