Skip to content

Releases: panva/openid-client

v6.8.3

13 Apr 15:12
Immutable release. Only release title and notes can be modified.
66e4082

Choose a tag to compare

Documentation

  • note a workaround for redirect_uri with query string or bare origin (e9689de), closes #868

Fixes

  • passport: delete one-time state on callback (1e7dd2e)

v6.8.2

07 Feb 19:46
Immutable release. Only release title and notes can be modified.
b14e51c

Choose a tag to compare

Fixes

  • use duplex: half for fetchProtectedResource with ReadableStream body input (f6f84e2)

v6.8.1

27 Sep 09:31
00990b9

Choose a tag to compare

Refactor

  • workaround dpop nonce caching caveats with customFetch (a9eb50f)

v6.8.0

11 Sep 12:43
9d70a05

Choose a tag to compare

Features

  • respect retry-after in CIBA and Device Authorization Grant polling (6ce3411)

Documentation

  • remove mention of Edge Runtime from the readme (2e41ad5)

v6.7.1

29 Aug 06:18
8639d5e

Choose a tag to compare

Fixes

  • passport: include req.host from express@5 for ease of use in express@4 (81f6c12)

v6.7.0

27 Aug 22:11
74ffce5

Choose a tag to compare

Features

  • support for the ML-DSA Algorithm Identifiers (9543da5)

v6.6.4

12 Aug 09:49
9876fa8

Choose a tag to compare

Fixes

  • recognize N_A in the token exchange grant (770b177)

v6.6.3

05 Aug 20:43
6de5693

Choose a tag to compare

Documentation

  • fix TokenEndpointResponseHelpers.claims() note (b77c786)

Refactor

  • passport: allow custom logic to drive initiating auth requests (0b57115), closes #811

v6.6.2

01 Jul 18:48
32a1511

Choose a tag to compare

Fixes

  • RFC8414: strip any terminating "/" when pathname is present (e884302)

v6.6.1

21 Jun 11:26
ebf295a

Choose a tag to compare

Revert

  • revert to use 302 instead of 303 for the redirect (54f2170)