Releases: jeremy379/laravel-openid-connect
Releases · jeremy379/laravel-openid-connect
3.0.1
What's Changed
- Update return types and add missing dependency by @GonzaloVivas in #38
New Contributors
- @GonzaloVivas made their first contribution in #38
Full Changelog: 3.0.0...3.0.1
3.0.0
2.7.0
2.6.0
What's Changed
- Made issueby customizable and with feedback by @jeremy379 in #33
Full Changelog: 2.5.0...2.6.0
2.5.0
What's Changed
- Revert "Add scope filter to getClaims()" by @jeremy379 in #29
- Revert "Revert "Add scope filter to getClaims()"" by @jeremy379 in #30
- CI: Enable PHP 8.4 by @alecpl in #28
- Use the same issuer in token and discovery responses by @alecpl in #24
New Contributors
- @jeremy379 made their first contribution in #29
Full Changelog: 2.4.0...2.5.0
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