Skip to content

Releases: pdsinterop/php-solid-auth

Release v0.14.1 (a.k.a v0.14.0 again)

23 Jun 08:00
b97e74e

Choose a tag to compare

Re-tag of v0.14.0 as Packagist does not allow for retagging a version.

What's Changed

  • Change token_endpoint_auth_methods_supported to be an array. by @Potherca in #53
  • add implementation for rfc-9207 by @ylebre in #57
  • Remove unused function from Server.php by @Potherca in #58
  • add missing import by @ylebre in #60
  • only add to error by @ylebre in #61
  • fix missing response setting, only add when a location header is present by @ylebre in #62

Full Changelog: v0.13.0...v0.14.1

v0.14.0

22 Jun 14:31
b97e74e

Choose a tag to compare

What's Changed

  • Change token_endpoint_auth_methods_supported to be an array. by @Potherca in #53
  • add implementation for rfc-9207 by @ylebre in #57
  • Remove unused function from Server.php by @Potherca in #58
  • add missing import by @ylebre in #60
  • only add to error by @ylebre in #61
  • fix missing response setting, only add when a location header is present by @ylebre in #62

Full Changelog: v0.13.0...v0.14.0

v0.13.0

06 Jun 12:20

Choose a tag to compare

Full Changelog: v0.12.2...v0.13.0

v0.12.2

28 May 14:54
1d1160e

Choose a tag to compare

What's Changed

  • fix HTU comparison to skip fragments by @ylebre in #50

Full Changelog: v0.12.1...v0.12.2

v0.12.1

19 May 12:02

Choose a tag to compare

Full Changelog: v0.12.0...v0.12.1

add ReplayDetector that allows a callback
(3674b86)

v0.12.0

16 May 09:04
385c46a

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.12.0

Update token generation logic

14 Feb 12:59
0c5f65b

Choose a tag to compare

What's Changed

  • Fix for the jwk thumbprint calculation (was missing the 'binary' flag). by @ylebre in #43
  • rework access token and id token generation by @ylebre in #44

Full Changelog: v0.10.3...v0.11.0

Release v0.10.3

17 Jan 13:12
8ed8a4c

Choose a tag to compare

What's Changed

  • Add example.php back in project root by @Potherca in #38
  • add key ID to the ID token, used for non-dpop applications by @ylebre in #40

Full Changelog: v0.10.2...v0.10.3

Release v0.10.2

27 Jan 14:28
797e19f

Choose a tag to compare

What's Changed

  • Change WAC::addWACHeaders() to add "Link" headers instead of replacing them. by @Potherca in #37

Full Changelog: v0.10.1...v0.10.2

Release v0.10.1 Bugfix

30 Sep 12:17
c33509e

Choose a tag to compare

What's Changed

  • Change TokenGenerator::generateIdToken() to make DPOP optional when needed. by @Potherca in #36

Full Changelog: v0.10.0...v0.10.1