Skip to content

Releases: steverhoades/oauth2-openid-connect-server

Release v2.6.1

08 Sep 16:16
269c4dc
Compare
Choose a tag to compare

What's Changed

  • Update IdTokenResponse.php by @xterr in #54

New Contributors

  • @xterr made their first contribution in #54

Full Changelog: v2.6.0...v2.6.1

Release v2.6.0

23 Aug 14:59
2c13921
Compare
Choose a tag to compare

Allow lcobucci/jwt ^4.3 and ^5.0
Thanks to @bojanbogdanovic

Release v2.5.0

19 Jan 16:50
2338158
Compare
Choose a tag to compare

Includes support for lcobucci/jwt ^4.2

Release v2.4.0

28 Oct 13:40
5f8f024
Compare
Choose a tag to compare
  • Upgrades to lcobucci\jwt version 4.1.5 which fixes a vulnerability reported by Dependabot. (Good bot!).
  • Removes support for prior (vulnerable) versions of lcobucci\jwt.

Release v2.3.0

28 Oct 13:25
bfe62d1
Compare
Choose a tag to compare

Replace the deprecated Zend Framework with Laminas Framework

Release v2.2.0

13 Oct 01:14
766692d
Compare
Choose a tag to compare

Support private key pass phrase for InMemory keys.

Release v2.1.0

26 Aug 19:30
b21afa7
Compare
Choose a tag to compare
  • Adds support for in-memory private keys

Release v2.0.0

06 Apr 21:30
77d3139
Compare
Choose a tag to compare

I've marked this as a 2.0 release due to the potential for BC breaks. This release adds support for PHP 8 as well as lcobucci/jwt ^4.1.

Release v1.3.0

05 Dec 21:12
b38b082
Compare
Choose a tag to compare
  • #29 - move away from deprecated interfaces

Potential Breaking Change: Upgrades to lcobucci/jwt ^v3.3

Release v1.1.0

04 May 17:45
aa994a8
Compare
Choose a tag to compare
  • #23 Moved JWT builder in IdTokenResponse to protected method
  • #22 Changed 'http' to 'https' for the id_token setIssuer function