Here you will find upgrade steps between major releases.
The bundle removed a direct dependency on the zendframework/zend-diactoros package. You now need to explicitly install a PSR 7/17 implementation. We recommand that you use nyholm/psr7. Check out this document if you wish to use a different implementation.
Previously documented client scope inheriting and restricting is now the new default behavior. You can safely remove the listener from your project.
The bundle adds new tables and constraints to the existing schema. You will need to run the Doctrine schema update process to sync the changes:
bin/console doctrine:schema:update
The schema changes include:
- New
oauth2_authorization_code
table for storing authorization codes access_token
field on theoauth2_refresh_token
table is now nullable
The following interfaces have been changed: