Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2025

Bumps @inrupt/solid-client-authn-browser from 1.17.5 to 3.1.0.

Release notes

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

v3.1.0

New feature

browser and node

  • Session::login now supports an additional customScopes: string[] option. It allows developers to specify custom scopes to be added to the authorization request, which will be presented to the user by their OpenID Provider on the consent prompt. If they consent, the issued ID Token may include additional claims based on the requested scopes.

Full Changelog: inrupt/solid-client-authn-js@v3.0.0...v3.1.0

v3.0.0

Breaking Changes

  • Support for Node.js v18.x has been dropped as that version has reached end-of-life.

Bugfix

browser and node

  • Fixes #3927: Fixed the usage of client information from previous dynamic registration that have no expiration date.

New Contributors

Full Changelog: inrupt/solid-client-authn-js@v2.5.0...v3.0.0

v2.5.0

Feature

node

  • Added a logout function in the token management API that enables RP-initiated logout for multi-user server-side applications. This complements the refreshTokens function introduced in 2.4.0, allowing applications that manage tokens in external storage to both refresh tokens and perform identity provider logout without requiring a Session object. Applications can now implement complete user authentication lifecycle management using token sets stored in their own database.
  • Added a EVENTS.AUTHORIZATION_REQUEST (authorizationRequest) event that emits authentication state during login to support clustered deployments.
  • Added a static Session.fromAuthorizationRequestState() method that creates a new session from previously stored authentication state.

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

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

... (truncated)

Changelog

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

3.1.0 - 2025-07-08

New feature

browser and node

  • Session::login now supports an additional customScopes: string[] option. It allows developers to specify custom scopes to be added to the authorization request, which will be presented to the user by their OpenID Provider on the consent prompt. If they consent, the issued ID Token may include additional claims based on the requested scopes.

3.0.0 - 2025-07-03

Breaking Changes

  • Support for Node.js v18.x has been dropped as that version has reached end-of-life.

Bugfix

browser and node

  • Fixed the usage of client information from previous dynamic registration that have no expiration date.

2.5.0 - 2025-05-09

Feature

node

  • Added a logout function in the token management API that enables RP-initiated logout for multi-user server-side applications. This complements the refreshTokens function introduced in 2.4.0, allowing applications that manage tokens in external storage to both refresh tokens and perform identity provider logout without requiring a Session object. Applications can now implement complete user authentication lifecycle management using token sets stored in their own database.
  • Added a EVENTS.AUTHORIZATION_REQUEST (authorizationRequest) event that emits authentication state during login to support clustered deployments.
  • Added a static Session.fromAuthorizationRequestState() method that creates a new session from previously stored authentication state.

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.

... (truncated)

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-browser](https://github.com/inrupt/solid-client-authn-js) from 1.17.5 to 3.1.0.
- [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@v1.17.5...v3.1.0)

---
updated-dependencies:
- dependency-name: "@inrupt/solid-client-authn-browser"
  dependency-version: 3.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Aug 20, 2025
@timea-solid
Copy link
Member

@dependabot ignore this dependency

@dependabot dependabot bot closed this Aug 21, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 21, 2025

OK, I won't notify you about @inrupt/solid-client-authn-browser again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/inrupt/solid-client-authn-browser-3.1.0 branch August 21, 2025 06:56
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant