Skip to content

Releases: panva/openid-client

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)

v6.6.0

21 Jun 10:02
cdb8a9c

Choose a tag to compare

Features

  • passport: automatically use form_post response mode when using hybrid response types (c9f2993)
  • passport: easier way to use id_token_hint without overloads (afe24ae)
  • passport: easier way to use login_hint without overloads (264db00)
  • passport: easier way to use OAuth 2.0 Resource Indicators without overloads (7eb3076)
  • passport: easier way to use OAuth 2.0 Rich Authorization Requests without overloads (af0f9d6)

Refactor

  • passport: align use of callbackURL with other strategies and user expectations (333ad31)
  • passport: use 303 See Other for the redirect (4004070)

Documentation

  • passport: add clarity to oauth-specific AuthenticateOptions (dba27f3)
  • passport: expand descriptions and structure (0a173ce)

v6.5.3

19 Jun 16:19
8b8aadd

Choose a tag to compare

Fixes

  • passport: handle JARM responses with authorizationCodeGrant instead of authorizationRequest (e734bec)