Skip to content

Bump openid-client from 5.7.1 to 6.1.7 in /packages/server

Bumps openid-client from 5.7.1 to 6.1.7.

Release notes

Sourced from openid-client's releases.

v6.1.7

Refactor

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

v6.1.6

Fixes

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

v6.1.5

Fixes

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

v6.1.4

Documentation

  • resolve discovery customFetch jsdoc mentioning timeout (5f4cd1b)

v6.1.3

Documentation

  • remove note from issuer transformation algorithm (5fda2cb)

Fixes

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

v6.1.2

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

Documentation

  • update link to passport example (110575b)

Fixes

... (truncated)

Changelog

Sourced from openid-client's changelog.

6.1.7 (2024-12-02)

Refactor

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

6.1.6 (2024-11-28)

Fixes

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

6.1.5 (2024-11-27)

Fixes

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

6.1.4 (2024-11-22)

Documentation

  • resolve discovery customFetch jsdoc mentioning timeout (5f4cd1b)

6.1.3 (2024-10-23)

Documentation

  • remove note from issuer transformation algorithm (5fda2cb)

Fixes

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

6.1.2 (2024-10-23)

Refactor

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

Documentation

... (truncated)

Commits
  • 09d40cf chore(release): 6.1.7
  • e107b4f chore: upgrade dependencies, typescript, and docs
  • 57d8355 refactor(types): move customFetch options into its own interface
  • db5af11 example: update passport example for default strategy name
  • d2bc102 chore: cleanup after release
  • ff72349 chore(release): 6.1.6
  • cc92a36 fix: handle scope, prompt, and passReqToCallback from generic passport types
  • 73928de chore: cleanup after release
  • c0e88fd chore(release): 6.1.5
  • 3b2d570 fix(passport): fix currentUrl when using express.Router
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports

Loading