Skip to content

Releases: facile-it/php-openid-client

[0.3.5] - 2023-11-21

21 Nov 10:09
5a1e370
Compare
Choose a tag to compare

Fixed

  • fix unable to set client JWKS (#32)

[0.3.4] - 2023-07-28

28 Jul 10:17
ba2b298
Compare
Choose a tag to compare

Changes

  • Allow PSR 7 v2

[0.3.3] - 2023-02-21

21 Feb 12:09
Compare
Choose a tag to compare

Features

[0.3.2] - 2023-02-06

06 Feb 13:28
Compare
Choose a tag to compare

Fixed

  • fix JWT aud for client_secret_jwt and private_key_jwt auth methods

[0.3.1] - 2022-09-27

06 Feb 13:25
Compare
Choose a tag to compare

Fixed

  • filter unallowed params in callback

[0.3.0] - 2022-06-24

24 Jun 10:18
Compare
Choose a tag to compare

Changed

  • Bump minimum required PHP version to 7.4
  • Updated dependencies to allow PHP 8.1

[0.2.0] - 2021-05-07

07 May 09:30
Compare
Choose a tag to compare

Added

  • Added service builders
  • Added Psalm integration (see the README)
  • Allow user to customize sent claims. #8 (@drupol)

Changed

  • MetadataProviderBuilder::setClient() is now deprecated, use setHttpClient() method. #10 (@drupol)

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

  • MetadataProviderBuilder::setClient() is now deprecated, use setHttpClient() method. #10 (@drupol)

Special thanks to @drupol for his contributions.

[0.1.4] 2021-02-02

02 Feb 15:52
Compare
Choose a tag to compare

Fixed

  • Fixed an issue on credentials not being urlencoded

[0.1.3] 2020-12-04

04 Dec 11:18
Compare
Choose a tag to compare

Hotfix

  • Fixed a bug with fetching issuer metadata

[0.2.0-beta1] 2020-08-03

03 Aug 18:28
Compare
Choose a tag to compare
Pre-release

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 in userInfo or UserInfo
  • SessionCookieMiddleware is not deprecated anymore and is changed to support session with a PSR-16 simple-cache implementation