Skip to content

Bump @inrupt/solid-client-authn-node from 2.3.0 to 2.4.1#2655

Merged
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/inrupt/solid-client-authn-node-2.4.1
Apr 28, 2025
Merged

Bump @inrupt/solid-client-authn-node from 2.3.0 to 2.4.1#2655
dependabot[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/inrupt/solid-client-authn-node-2.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps @inrupt/solid-client-authn-node from 2.3.0 to 2.4.1.

Release notes

Sourced from @​inrupt/solid-client-authn-node's releases.

v2.4.1

Bugfix

node

  • refreshTokens had a bug causing an unexpected refresh token rotation if the ID token expired, resulting in the stored token being stale.

Full Changelog: inrupt/solid-client-authn-js@v2.4.0...v2.4.1

v2.4.0

New Features

node

  • Added a EVENTS.NEW_TOKENS (newTokens) event to be emitted by the Session when it receives new tokens when a session is initially logged in or refreshed. This event is more useful than EVENTS.NEW_REFRESH_TOKEN which is being deprecated.
  • Added a static Session.fromTokens(tokens, sessionId) method that creates a new authenticated session directly from a token set, without requiring a full login flow.
  • Added a new function refreshTokens to refresh tokens obtained via the newTokens event after the Access Token expired.

Bugfix

browser and node

  • Fix the Session error listener typing by adding Error to the errorDescription type so that it reflects the actual behavior. Thanks to @​NoelDeMartin for fixing this issue.
  • Previously, an application could end up in a bad state when using a dynamically registered client identity beyond its expiration date. A user would be redirected to the OpenID Provider, and end up on an error page unrelated to the application they were trying to log into. Now, expired dynamic clients go through registration again: the user will need to authorize the client after expiration, but will not experience further inconveniences.

What's Changed

Full Changelog: inrupt/solid-client-authn-js@v2.3.0...v2.4.0

Changelog

Sourced from @​inrupt/solid-client-authn-node's changelog.

2.4.1 - 2025-04-18

Bugfix

node

  • refreshTokens had a bug causing an unexpected refresh token rotation if the ID token expired, resulting in the stored token being stale.

2.4.0 - 2025-04-15

Bugfix

browser and node

  • Fix the Session error listener typing by adding Error to the errorDescription type so that it reflects the actual behavior. Thanks to @​NoelDeMartin for fixing this issue.
  • Previously, an application could end up in a bad state when using a dynamically registered client identity beyond its expiration date. A user would be redirected to the OpenID Provider, and end up on an error page unrelated to the application they were trying to log into. Now, expired dynamic clients go through registration again: the user will need to authorize the client after expiration, but will not experience further inconveniences.

Feature

node

  • Added a EVENTS.NEW_TOKENS (newTokens) event to be emitted by the Session when it receives new tokens when a session is initially logged in or refreshed. This event is more useful than EVENTS.NEW_REFRESH_TOKEN which is being deprecated.
  • Added a static Session.fromTokens(tokens, sessionId) method that creates a new authenticated session directly from a token set, without requiring a full login flow.
  • Added a new function refreshTokens to refresh tokens obtained via the newTokens event after the Access Token expired.
Commits

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [@inrupt/solid-client-authn-node](https://github.com/inrupt/solid-client-authn-js) from 2.3.0 to 2.4.1.
- [Release notes](https://github.com/inrupt/solid-client-authn-js/releases)
- [Changelog](https://github.com/inrupt/solid-client-authn-js/blob/main/CHANGELOG.md)
- [Commits](inrupt/solid-client-authn-js@v2.3.0...v2.4.1)

---
updated-dependencies:
- dependency-name: "@inrupt/solid-client-authn-node"
  dependency-version: 2.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Labels

The following labels could not be found: npm. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 28, 2025 09:51
@dependabot dependabot bot temporarily deployed to ESS PodSpaces April 28, 2025 09:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces April 28, 2025 09:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces April 28, 2025 09:51 Inactive
@dependabot dependabot bot temporarily deployed to ESS PodSpaces April 28, 2025 09:51 Inactive
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​inrupt/​solid-client-authn-node@​2.3.0 ⏵ 2.4.186 +110087 +193100

View full report

Copy link
Copy Markdown
Contributor

@NSeydoux NSeydoux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 7a270e9 into main Apr 28, 2025
23 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/inrupt/solid-client-authn-node-2.4.1 branch April 28, 2025 20:49
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.

1 participant