v2.1.0
Added
- Ability to change the scope role prefix using the
role_prefix
configuration option (b2ee617) - Interfaces for converter type service classes (d2caf69)
- New testing target in Travis CI for Symfony 4.4 (8a44fd4)
- The bundle is now fully compatible with Symfony Flex (a4ccea1)
Changed
- DoctrineBundle version constraint to allow
2.x
derived versions (885e398) - Explicitly list league/oauth2-server version requirements in the documentation (9dce66a)
- Reduce distributed package size by excluding files that are used only for development (80b9e41)
- Simplify
AuthorizationRequestResolveEvent
class creation (32908c1)
Fixed
- Not being able to delete clients that have access/refresh tokens assigned to them (424b770)
Huge thank you to the following contributors for making this release possible:
- @Allypost
- @HypeMC
- @kennydeckers
- @Nyholm
- @rjwebdev
- @spideyfusion
- @X-Coder264