Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump xml2js and passport-openidconnect in /1. Auth Flow #45

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 10, 2023

Removes xml2js. It's no longer used after updating ancestor dependency passport-openidconnect. These dependencies need to be updated together.

Removes xml2js

Updates passport-openidconnect from 0.0.2 to 0.1.1

Changelog

Sourced from passport-openidconnect's changelog.

[0.1.1] - 2021-11-29

Added

  • Support for prompt option to authenticate().

[0.1.0] - 2021-11-17

Added

  • Parsing profile.username from standard claims.
  • Parsing profile.emails from standard claims.
  • Support for loginHint options to authenticate().
  • Support for state object passed as option to authenticate, which will be persisted in the session by state store.
  • Support for responseMode options to Strategy constructor.
  • Support for claims options to Strategy constructor.
  • Added customHeaders option to Strategy constructor, matching functionality in passport-oauth2.
  • Added proxy option to Strategy constructor, which can be set to true to indicate the app is behind a front-facing proxy. Used when resolving relative redirect URIs to an absolute URI.
  • Added agent option to Strategy constructor, used to control http.Agent behavior.
  • 5-arity form of verify function invoked with (iss, profile, context idToken, cb) arguments.
  • 9-arity form of verify function invoked with (iss, uiProfile, idProfile, context, idToken, accessToken, refreshToken, params, cb) arguments.
  • Added maxAge and nonce properties to state stored in session.
  • Added issued property to state stored in session, only when maxAge option is used.
  • Parsing of errors from token endpoint.

Changed

  • By default, profile is parsed from ID token and UserInfo is not fetched, optimizing for network latency.
  • The 3-arity form of verify function now invoked with (iss, profile, cb) arguments, rather than (iss, sub, cb).
  • The 4-arity form of verify function now invoked with (iss, profile, context, cb) arguments, rather than (iss, sub, profile, cb).
  • The 7-arity form of verify function now invoked with (iss, profile, context, idToken, accessToken, refreshToken, cb) arguments, rather than (iss, sub, profile, accessToken, refreshToken, params, cb).
  • The 8-arity form of verify function now invoked with (iss, profile, context, idToken, accessToken, refreshToken, params, cb) arguments, rather than (iss, sub, profile, claims, accessToken, refreshToken, params, cb).
  • prompt option can now take any value, rather than just defined values, in order to support values defined by extensions.
  • display option can now take any value, rather than just defined values, in order to support values defined by extensions.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Removes [xml2js](https://github.com/Leonidas-from-XIV/node-xml2js). It's no longer used after updating ancestor dependency [passport-openidconnect](https://github.com/jaredhanson/passport-openidconnect). These dependencies need to be updated together.


Removes `xml2js`

Updates `passport-openidconnect` from 0.0.2 to 0.1.1
- [Release notes](https://github.com/jaredhanson/passport-openidconnect/releases)
- [Changelog](https://github.com/jaredhanson/passport-openidconnect/blob/master/CHANGELOG.md)
- [Commits](jaredhanson/passport-openidconnect@v0.0.2...v0.1.1)

---
updated-dependencies:
- dependency-name: xml2js
  dependency-type: indirect
- dependency-name: passport-openidconnect
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants