Releases: minvws/nl-rdo-openid-connect-php-laravel
v0.3.0
What's Changed
- Added SECURITY.md by @annejan in #40
- Support private key JWT token endpoint authentication by @ricklambrechts in #39
New Contributors
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Use new jwt-library package by @ricklambrechts in #37
- chore: improve testing and override fetch url to use Guzzle by @ricklambrechts in #21
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Update config description by @ricklambrechts in #34
- Update fake endpoint by @ricklambrechts in #33
- Update base url of openid configuration loader by @ricklambrechts in #35
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- chore: update packages and update phpcs config by @ricklambrechts in #28
- chore: add additional assertions of redirect url and add scopes test by @ricklambrechts in #29
- chore: add dependabot config by @ricklambrechts in #30
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #31
- chore: cleanup by @ricklambrechts in #32
New Contributors
- @dependabot made their first contribution in #31
Config file update
Config file needs to be updated. array_filter
needs to be added to the additional_scopes
.
https://github.com/minvws/nl-rdo-openid-connect-php-laravel/blob/0a0ed8d507206977e49363b8908ad52a5ad7fa34/config/oidc.php#L32
Full Changelog: v0.0.6...v0.1.0
v0.0.6
What's Changed
- chore: update openid connect package by @ricklambrechts in #22
- chore: use add auth param to add login hint by @ricklambrechts in #25
- feat: decrypt jwe with keyset by @ricklambrechts in #27
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- feat: add readme by @ricklambrechts in #15
- feat: possibility to disable tls verification by @ricklambrechts in #19
- feat: add PHP 8.3 to ci tests by @ricklambrechts in #14
- chore: update composer package name and authors by @ricklambrechts in #16
- chore: refactor responses by @ricklambrechts in #18
- chore: add logging to exception handler by @ricklambrechts in #20
Warning
Config file needs to be updated: https://github.com/minvws/nl-rdo-openid-connect-php-laravel/blob/348595457cb0c2c5cfc11af9d9e794517f963357/config/oidc.php#L79-L84
Also the response interface and types are updated.
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- feat: add option to enable and disable login route by @ricklambrechts in #13
Warning
Config file needs to be updated. Please check: https://github.com/minvws/nl-rdo-openid-connect-php-laravel/blob/6ca3fbc90a0efb90f47dc55fc690d1b60849c7d1/config/oidc.php#L59C50-L59C50
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- feat: add login hint on authorization endpoint by @ricklambrechts in #11
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- chore: update OpenIDConnectClient redirect response by @ricklambrechts in #8
- fix: add scopes as array by @ricklambrechts in #10
- chore: temp override OpenIDConnectClient by @ricklambrechts in #9
Full Changelog: v0.0.1...v0.0.2
v0.0.1
What's Changed
- Initial by @ricklambrechts in #1
- Initial login functionality by @ricklambrechts in #3
- Remove ignores after update of jumbojett/openid-connect-php by @ricklambrechts in #4
- Use cacheable OpenID Configuration by @ricklambrechts in #5
- Add tests for login controller by @ricklambrechts in #7
- Update Jwe decryption service and add tests by @ricklambrechts in #6
New Contributors
- @ricklambrechts made their first contribution in #1
Full Changelog: https://github.com/minvws/nl-rdo-openid-connect-php-laravel/commits/v0.0.1