[Snyk] Upgrade @inrupt/solid-client-authn-node from 2.2.4 to 2.3.0 #290
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade @inrupt/solid-client-authn-node from 2.2.4 to 2.3.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 4 versions ahead of your current version.
The recommended version was released 2 months ago.
Release notes
Package name: @inrupt/solid-client-authn-node
Deprecation notice
getSessionFromStorage
in this release. The legacy signature isdeprecated, and could be removed with the next major release.
Bugfix
node
session.info.expirationDate
) is now correct when loading aSession
from storage.Feature
node
Session
usinggetSessionFromStorage
and not log it inusing its refresh token. To do so, a new
refresh
optional flag has been introduced.It defaults to
true
, which makes this a non-breaking change. In addition, a new signatureis introduced to make it easier to provide the optional arguments:
const session = await getSessionFromStorage(
sessionId,
undefined,
undefined,
false,
);
// New signature
const session = await getSessionFromStorage(sessionId, { refresh: false });
Full Changelog: v2.2.7...v2.3.0
Bugfix
node
storage (using
getSessionFromStorage
), which is the typical way server-sidesessions are retrieved.
Full Changelog: v2.2.6...v2.2.7
node and browser
package.json
updated to set therepository.type
property togit
. This intends atrestoring the previous behavior of
npm view @ inrupt/solid-client-authn repository.url
, expected to returngit+https://github.com/inrupt/solid-client-authn-js.git
.Full Changelog: v2.2.5...v2.2.6
New Features
Full Changelog: v2.2.4...v2.2.5
Bugfixes
node and browser
clientAppId
property is now correctly set in theISessionInfo
objects returned by thehandleIncomingRedirect
function inClientAuthentication
and in theSession
class.node
keepAlive
option (introduced in v2.2.0) is now correctly observed in a script using the Client Credentials flow (i.e. using aclientId
and aclientSecret
to log in). It previously was disregarded, and theSession
always self-refreshed in the backgroundFull Changelog: v2.2.3...v2.2.4
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: