forked from inrupt/solid-client-authn-js
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update from base #1
Open
diegoaraujo
wants to merge
1,291
commits into
diegoaraujo:main
Choose a base branch
from
inrupt:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…es (#3405) Co-authored-by: Zwifi <[email protected]>
Changing back `"excludeNotDocumented": true` to `"excludeNotDocumented": false` in the `/tsconfig.build.json` file. Otherwise, the ILoginInputOptions, IEndSessionOptions.html, IHasSessionEventListener, IHandleIncomingRedirectOptions, ISessionEventListener, ISessionOptions pages aren't generated.
The local storage is not a secure storage, and as such the refresh token should not be stored there. This issue is mitigated by the token being DPoP-bound, and the DPoP key not being available in storage.
Thanks @NoelDeMartin for this fix. There are some scenarios where an Error is thrown rather than a string, for example within ClientAuthentication. --------- Co-authored-by: Noel De Martin <[email protected]>
Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.3 to 11.0.4. - [Release notes](https://github.com/uuidjs/uuid/releases) - [Changelog](https://github.com/uuidjs/uuid/blob/main/CHANGELOG.md) - [Commits](uuidjs/uuid@v11.0.3...v11.0.4) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Upgrade test app to NextJS 15 * Add missing directive * Remove legacy pages/ directory * Fix esbuild test --------- Co-authored-by: Joseph Gosselin <[email protected]>
…ent-authn-browser/test-app (#3808)
Dynamically registered clients eventually expire, after a duration provided by the OpenID Provider at registration time. This change keeps track of the expiration date in the browser code, and performs a now dynamic client registration if the client in use expired. If a legacy client is present in storage, it will be rotated as if it were expired, to avoid the issue where an expired client is used and results in an error on the OP. --------- Co-authored-by: Pete Edwards <[email protected]>
* Bump typescript from 5.5.4 to 5.7.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.7.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.7.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Modernize jest config and add mapper for jose --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pete Edwards <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR fixes bug #.
New feature description
Checklist
index.ts
, if applicable.This PR bumps the version to .
Checklist
npm run lerna-version -- <major|minor|patch> --no-push
to update the version number, first inspecting the CHANGELOG to determine if the release was major, minor or patch.lerna version ...
(e.g.git push origin vX.X.X
).