Releases: facile-it/php-openid-client
Releases · facile-it/php-openid-client
[0.3.5] - 2023-11-21
Fixed
- fix unable to set client JWKS (#32)
[0.3.4] - 2023-07-28
Changes
- Allow PSR 7 v2
[0.3.3] - 2023-02-21
Features
- Add support authorization endpoint containing query params (#26 @antonioeatgoat)
[0.3.2] - 2023-02-06
Fixed
- fix JWT
aud
forclient_secret_jwt
andprivate_key_jwt
auth methods
[0.3.1] - 2022-09-27
Fixed
- filter unallowed params in callback
[0.3.0] - 2022-06-24
Changed
- Bump minimum required PHP version to 7.4
- Updated dependencies to allow PHP 8.1
[0.2.0] - 2021-05-07
Added
- Added service builders
- Added Psalm integration (see the README)
- Allow user to customize sent claims. #8 (@drupol)
Changed
Fixed
- Fixed token request body building. #2 (@drupol)
- Fixed introspection endpoint. #4 (@drupol)
- Provide the default aud claim in introspection if not set. #12 (@drupol)
Deprecated
Special thanks to @drupol for his contributions.
[0.1.4] 2021-02-02
Fixed
- Fixed an issue on credentials not being urlencoded
[0.1.3] 2020-12-04
Hotfix
- Fixed a bug with fetching issuer metadata
[0.2.0-beta1] 2020-08-03
Added
- Added builders to create services
Changed
- Services does not istantiate dependencies when not provided, use builders
- Every variable, class, interface with name
userinfo
(lowercase) is changed inuserInfo
orUserInfo
SessionCookieMiddleware
is not deprecated anymore and is changed to support session with a PSR-16 simple-cache implementation