Skip to content

Releases: Drenso/symfony-oidc

v4.0.0

11 Feb 09:07
c5a8e8a
Compare
Choose a tag to compare

What's Changed

  • issue #82 added ID Token data to OidcUserProviderInterface::ensureUserExists() method by @nuryagdym in #83

New Contributors

Full Changelog: v3.6.0...v4.0.0

v3.6.0

29 Jan 11:00
Compare
Choose a tag to compare

What's Changed

  • allow to pass custom curl options to OidcUrlFetcher by @Lctrs in #81

New Contributors

  • @Lctrs made their first contribution in #81

Full Changelog: v3.5.0...v3.6.0

v3.5.0

10 Dec 09:41
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.4.0...v3.5.0

Add token introspection functionality

10 Sep 07:26
3ab815a
Compare
Choose a tag to compare

Full Changelog: v3.3.0...v3.4.0

Thanks @David-Dadon for the contribution!

Add tokens exchange functionality

13 Aug 13:33
a832f41
Compare
Choose a tag to compare

Full Changelog: v3.2.0...v3.3.0

Thanks @fritjofbohm for the contribution!

v3.2.0

10 Jul 10:22
Compare
Choose a tag to compare

Full Changelog: v3.1.0...v3.2.0

Skip missing claims from access token claim validation

11 Jun 07:28
d4c7227
Compare
Choose a tag to compare

Make access token JWT validation optional

05 Apr 08:19
d1a33cf
Compare
Choose a tag to compare

v3.0.0

02 Apr 10:09
Compare
Choose a tag to compare

Highlights:

  • Support ES-based signatures
  • lcobucci/jwt is now used for JWT parsing
  • Support for phpseclib/phpseclib 2 has been dropped

Make sure to check the upgrade information for all changes: https://github.com/Drenso/symfony-oidc/blob/master/UPGRADE.md#from-20-to-30

Full Changelog: v2.13.1...v3.0.0