Skip to content

Releases: maicol07/oidc-client-php

4.0-rc1

10 Sep 17:48
ee94224
Compare
Choose a tag to compare
4.0-rc1 Pre-release
Pre-release
chore(deps): ⬆️ Upgraded dependencies

3.0

31 May 12:23
f636570
Compare
Choose a tag to compare

Added

  • Added tests

Changed/Improved

  • Enhanced autodiscovery and JWT validation (should be more resilient now)

Breaking changes

  • Client is initialized with constructor parameters instead of fluent methods.
  • Replaced lcobucci/jwt with web-token/jwt-*
  • PHP mbstring extension is required for JWT operations
  • PHP 8.1 enums are used for some configuration properties

Some other tweaks may be included in the update that isn't written here.

Full Changelog: 2.3...3.0

2.3

15 Mar 08:34
9611eb8
Compare
Choose a tag to compare
2.3

➕ Added

  • Env variable for authorization URL query params

Full Changelog: 2.2.1...2.3

2.2.1

04 Feb 09:42
d9619af
Compare
Choose a tag to compare

What's Changed

  • fix: add jwt_signing_key in params comments by @eviweb in #2
  • Other fixes, check changelog below

Full Changelog: 2.2...2.2.1

2.2

02 Feb 14:03
Compare
Choose a tag to compare
2.2

Full Changelog: 2.1...2.2

2.1

02 Feb 11:13
11ee3e9
Compare
Choose a tag to compare
2.1

Allow custom state

Full Changelog: 2.0.5...2.1

2.0.5

18 Jan 18:14
4d16b7b
Compare
Choose a tag to compare

What's Changed

  • feat: Allow to set the provider URL as the OIDC discovery endpoint
  • fix: Don't allow lcobucci/jwt 4.0 by @eviweb in #1

New Contributors

  • @eviweb made their first contribution in #1

Full Changelog: 2.0.4...2.0.5

2.0.4

28 Oct 10:41
deeec3d
Compare
Choose a tag to compare

Full Changelog: 2.0.3...2.0.4

2.0.3

28 Oct 09:21
f28d81a
Compare
Choose a tag to compare

Full Changelog: 2.0.2...2.0.3

2.0.2

27 Oct 11:01
d17607b
Compare
Choose a tag to compare

Full Changelog: 2.0.1...2.0.2