heimdall2
heimdall2 copied to clipboard
Bump passport-openidconnect from 0.0.2 to 0.1.1
Bumps 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
promptoption toauthenticate().[0.1.0] - 2021-11-17
Added
- Parsing
profile.usernamefrom standard claims.- Parsing
profile.emailsfrom standard claims.- Support for
loginHintoptions toauthenticate().- Support for
stateobject passed as option toauthenticate, which will be persisted in the session by state store.- Support for
responseModeoptions toStrategyconstructor.- Support for
claimsoptions toStrategyconstructor.- Added
customHeadersoption toStrategyconstructor, matching functionality inpassport-oauth2.- Added
proxyoption toStrategyconstructor, which can be set totrueto indicate the app is behind a front-facing proxy. Used when resolving relative redirect URIs to an absolute URI.- Added
agentoption toStrategyconstructor, used to controlhttp.Agentbehavior.- 5-arity form of
verifyfunction invoked with (iss,profile,contextidToken,cb) arguments.- 9-arity form of
verifyfunction invoked with (iss,uiProfile,idProfile,context,idToken,accessToken,refreshToken,params,cb) arguments.- Added
maxAgeandnonceproperties to state stored in session.- Added
issuedproperty to state stored in session, only whenmaxAgeoption 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
verifyfunction now invoked with (iss,profile,cb) arguments, rather than (iss,sub,cb).- The 4-arity form of
verifyfunction now invoked with (iss,profile,context,cb) arguments, rather than (iss,sub,profile,cb).- The 7-arity form of
verifyfunction 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
verifyfunction now invoked with (iss,profile,context,idToken,accessToken,refreshToken,params,cb) arguments, rather than (iss,sub,profile,claims,accessToken,refreshToken,params,cb).promptoption can now take any value, rather than just defined values, in order to support values defined by extensions.displayoption 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot recreate
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
@dependabot recreate
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
feel like this might be an actual consequence of doing this update so we're going to need to resolve that
@dependabot recreate
@dependabot recreate
Quality Gate failed
Failed conditions
4 New Bugs (required ≤ 0)
20 New Code Smells (required ≤ 0)
See analysis details on SonarCloud
Catch issues before they fail your Quality Gate with our IDE extension
SonarLint
A newer version of passport-openidconnect exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
Closing in favor of #5512
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.