What's Changed
- feat: Add support for device code grant by @SimonVanacco in #229
- Fix CS by @ajgarlag in #275
- Update GitHub Actions by @ajgarlag in #276
- Fix usage of virtual method
ClientInterface::getNameby @ajgarlag in #274 - Add upgrade guide by @ajgarlag in #281
- Deprecate not setting
enable_password_grantandenable_implicit_grantby @ajgarlag in #279 - Update upgrade guide by @ajgarlag in #282
- Fix grant restriction for public clients on League OAuth2 Server v9 by @JorisMarnasBO in #280
- Fix compatibility with
league/oauth2-server: 9.4.0by @ajgarlag in #284 - Allow setting extra claims to the access token by @ajgarlag in #272
- ci: Introduce a meta job for the tests by @theofidry in #166
- Update Symfony supported versions by @ajgarlag in #277
- Fix order of converting user by @RobertMe in #147
- Fix BC break by @ajgarlag in #285
- store client-secret as hash only by @ajgarlag and @Thomblin in #283
- fix: #225: GrantConfigurator should accept League\OAuth2\Server\Grant… by @TLG-Gildas in #227
- Fix upgrade guide by @ajgarlag in #288
- Prevent call to undefined method
setSecretwhen rehashing client secrets by @ajgarlag in #289 - Refactor test kernel configuration by @ajgarlag in #286
- Codebase modernization by @ajgarlag in #290
New Contributors
- @SimonVanacco made their first contribution in #229
- @JorisMarnasBO made their first contribution in #280
- @Thomblin made their first contribution in #283
- @TLG-Gildas made their first contribution in #227
Full Changelog: v1.1.1...v1.2.0