Skip to content

Releases: panva/openid-client

v6.2.0

17 Feb 11:29
Compare
Choose a tag to compare

Features

  • add Client-Initiated Backchannel Authentication (fe6d996)

Documentation

  • explain more discovery() behaviours (271ac5b)
  • re-run docs (17b531a)
  • update buildAuthorizationUrl parameters description (23fb405)
  • update buildAuthorizationUrl parameters description (db9fd94)

Fixes

  • types: fix typo in DeviceAuthorizationGrantPollOptions (d3629c9)

v6.1.7

02 Dec 16:10
Compare
Choose a tag to compare

Refactor

  • types: move customFetch options into its own interface (57d8355)

v6.1.6

28 Nov 10:29
Compare
Choose a tag to compare

Fixes

  • handle scope, prompt, and passReqToCallback from generic passport types (cc92a36), closes #735

v6.1.5

27 Nov 17:09
Compare
Choose a tag to compare

Fixes

  • passport: fix currentUrl when using express.Router (3b2d570), closes #733

v6.1.4

22 Nov 14:05
Compare
Choose a tag to compare

Documentation

  • resolve discovery customFetch jsdoc mentioning timeout (5f4cd1b)

v5.7.1

22 Nov 14:10
Compare
Choose a tag to compare

Refactor

  • jwt client authentication audience is now an issuer identifier string (0b05217)

Note: If needed this can be reverted using the extras.clientAssertionPayload option.

v6.1.3

23 Oct 21:48
Compare
Choose a tag to compare

Documentation

  • remove note from issuer transformation algorithm (5fda2cb)

Fixes

  • deal with discovery issues from b2clogin.com (b9a4f2f), closes #718

v6.1.2

23 Oct 14:39
Compare
Choose a tag to compare

Refactor

  • rename the parameters positional argument in authorizationCodeGrant() (c79ccc5), closes #712

Documentation

  • document behaviour of customFetch on discovery (072da62)
  • update Strategy.prototype.currentUrl JSDoc (46ea086), closes #714

v6.1.1

18 Oct 19:37
Compare
Choose a tag to compare

Documentation

  • update link to passport example (110575b)

Fixes

  • correct supportsPKCE bool return (f1aa9db), closes #710

v6.1.0

17 Oct 16:17
Compare
Choose a tag to compare

Features

  • add a server metadata helper for checking PKCE support (ca34a91)
  • add JWKS Cache management for use in non-persistent runtimes (cda4b53)