Releases: contributte/oauth2-server
Releases · contributte/oauth2-server
v0.5.0
Bumped! 🚀
Diff: v0.4.0...v0.5.0
Changes:
- DI: add revokeRefreshTokens [c8a59a1] (@f3l1x)
- Fix custom TTL configuration for grants (closes #14) [b8ee232] (@f3l1x)
- Update dependencies [f2e8b30] (@Roman3349)
- Update dependencies [9184c1b] (@f3l1x)
Maintenance:
- Versions++ [10094bd] (@f3l1x)
- Update CI workflows [36b3b20] (@f3l1x)
- Update code quality tools [b3118b1] (@f3l1x)
- Update tests [6f7fa26] (@f3l1x)
- CI: use PHP 8.2 for QA, add PHP 8.5 tests, remove kodiak [4f1bf81] (@f3l1x)
- Tests: rename test files to .phpt, remove coveralls [813ebc8] (@f3l1x)
- Config: align with OSS standards template [6f81a2d] (@f3l1x)
v0.4.0
v0.3.0
Bumped! 🇰🇼
Diff: v0.2.1...v0.3.0
Changes:
- upgrade PHPStan [e90f6d4] (@petrparolek)
- Posibility to configure response type, Authorization server in constructor accepts responseType parameter. If needed, it is possible to pass own instance of response object to modify token endpoint response. Motivation to do this is for example, add identity token to token response. [90b998d] (@VojtechBuba)
Maintenance:
- Kodiakbot [2ccec53] (@f3l1x)
- Polished docs (#6) [fcb842b] (@petrparolek)
- Codestyle: improvements (#7) [e6a4dee] (@petrparolek)
- update composer to v2 in CI [ea77a92] (@petrparolek)
- fixed composer link [346d538] (@petrparolek)
v0.2.1
v0.2
Bumped! 🖖🏼
Diff: v0.1...v0.2
Changes:
- PHP 8
- Travis -> Github Actions
- Phpstan 0.12
- Fix tests
- Repair extension