Skip to content
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

Upgrade agent-js #2373

Merged
merged 3 commits into from
Mar 20, 2024
Merged

Upgrade agent-js #2373

merged 3 commits into from
Mar 20, 2024

Conversation

frederikrothenberger
Copy link
Member

@frederikrothenberger frederikrothenberger commented Mar 20, 2024

This PR upgrades agent-js to the latest version to fix a bug related to WebAuthn registrations.
Fixes #2235.


🟡 Some screens were changed

This PR upgrades `agent-js` to the latest version to fix a bug
related to WebAuthn registrations.
Fixes #2235.
host: hostUrlEl.value,
identity: delegationIdentity,
});
await agent.fetchRootKey();
Copy link
Member Author

Choose a reason for hiding this comment

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

Fetching the root key is now necessary because the agent now verifies the replica signature on queries too.

Copy link
Collaborator

@lmuntaner lmuntaner left a comment

Choose a reason for hiding this comment

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

Just a questoin, but already approving, thanks!

src/frontend/src/utils/iiConnection.ts Show resolved Hide resolved
demos/test-app/src/index.tsx Outdated Show resolved Hide resolved
src/frontend/src/utils/iiConnection.ts Show resolved Hide resolved
src/frontend/src/crypto/ed25519.test.ts Outdated Show resolved Hide resolved
Copy link
Member

@peterpeterparker peterpeterparker left a comment

Choose a reason for hiding this comment

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

LGTM, thx

@frederikrothenberger frederikrothenberger added this pull request to the merge queue Mar 20, 2024
Merged via the queue into main with commit 21856f9 Mar 20, 2024
63 checks passed
@frederikrothenberger frederikrothenberger deleted the frederik/bump-agent-js branch March 20, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failures when using password manager Bitwarden to to store passkeys
3 participants