Releases: jeremy379/laravel-openid-connect
Releases · jeremy379/laravel-openid-connect
2.4.0
What's Changed
- CI: Enable tests on PHP 8.3 by @alecpl in #25
- CI: Remove --ignore-platform-reqs by @alecpl in #26
- Add scope filter to getClaims() by @alecpl in #27
Full Changelog: 2.3.3...2.4.0
Breaking change !
- The claimable interface was changed from getClaim(): array to getClaims(array $scopes = []): array; If you implement that interface you need to change this
2.3.3
2.3.2
2.3.1
What's Changed
- Update README on ensuring nonce is forwarded on authorization page by @yohanesgultom in #17
- Add end_session_endpoint key for RP-Initiated Logout to DiscoveryController by @bbredewold in #18
New Contributors
- @yohanesgultom made their first contribution in #17
- @bbredewold made their first contribution in #18
Full Changelog: 2.3.0...2.3.1
2.3.0
2.2.1
2.2.0
What's Changed
- JWKS Improvements by @christiaangoossens in #14
New Contributors
- @christiaangoossens made their first contribution in #14
Full Changelog: 2.1.2...2.2.0
2.1.2
What's Changed
- Adding support for a nonce by @GewoonYorick (and @moufmouf!) in #13
Full Changelog: 2.1.1...2.1.2
2.1.1
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
- Adding well-known configuration and JWKS routes in Laravel by @GewoonYorick in #12
New Contributors
- @GewoonYorick made their first contribution in #12
Full Changelog: 2.0.8...2.1.0