Skip to content

Releases: itk-dev/openid-connect

4.0.1

13 Jan 09:01
Compare
Choose a tag to compare

Full Changelog: 4.0.0...4.0.1

4.0.0

11 Jan 15:42
Compare
Choose a tag to compare

What's Changed

  • Feature/3556 dependency updates and maintenance by @turegjorup in #28
  • 3556: Add github action to create releases from tags by @turegjorup in #29

Full Changelog: 3.2.1...4.0.0

3.2.1

18 Sep 10:36
Compare
Choose a tag to compare

What's Changed

  • Fixed "Return value of JWT::getKey() must be an instance of Firebase\JWT\Key" error by @turegjorup in #26

Full Changelog: 3.2.0...3.2.1

3.2.0

11 Sep 11:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

03 Jul 13:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.1.0

3.0.1

07 Oct 11:24
Compare
Choose a tag to compare

[3.0.1] - 2022-10-07

Fixed

  • Add missing direct dependency on psr/http-client

3.0.0

05 Jan 12:13
Compare
Choose a tag to compare

What's Changed

  • Dropped support for PHP 7.3
  • Changed leeway to be a config option for providers [BC]

Full Changelog: 2.3.0...3.0.0

2.3.0

08 Dec 10:00
Compare
Choose a tag to compare

What's Changed

  • Include metadata url in cache key (to support multiple providers).

2.2.0

28 Sep 08:37
Compare
Choose a tag to compare

Added

  • Function to get the logout / end session url from the config metadata

Changed

  • Updated CHANGELOG
  • Added badges to Readme

Fixed

  • Update validation example in README
  • Fixed composer scripts

2.1.0

14 Jun 12:04
Compare
Choose a tag to compare
  • Added leeway option when validating id token