-
Notifications
You must be signed in to change notification settings - Fork 619
Update webauthn to v2 #5458
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 webauthn to v2 #5458
Conversation
|
|
@WyattMufson is attempting to deploy a commit to the thirdweb Team on Vercel. A member of the Team first needs to authorize it. |
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
|
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@passwordless-id/[email protected] |
|
Hey @WyattMufson, thanks for opening this! We're actually going to be replacing this library with Ox today which should fix this issue. |
|
Change of plans, going to get this merged and migrate to Ox another time |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #5458 +/- ##
===========================================
- Coverage 45.50% 31.35% -14.16%
===========================================
Files 1071 1067 -4
Lines 55743 55504 -239
Branches 4031 2923 -1108
===========================================
- Hits 25367 17401 -7966
- Misses 29689 37438 +7749
+ Partials 687 665 -22
*This pull request uses carry forward flags. Click here to find out more.
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Merge activity
|

Problem solved
Updates to the latest version of
@passwordless-id/webauthnwhich fixes issues with applications using thirdweb built with commonjsPR-Codex overview
This PR updates the
@passwordless-id/webauthnpackage from version1.6.1to2.1.2, resulting in changes to the implementation of thePasskeyWebClientclass in thepasskeys.tsfile, enhancing the registration and authentication processes.Detailed summary
@passwordless-id/webauthndependency inpackage.jsonandpnpm-lock.yaml.registermethod inPasskeyWebClient:userinstead ofname.clientDataand other properties fromregistration.response.authenticatemethod inPasskeyWebClient:allowCredentialsinstead ofcredentialId.clientDataand other properties fromresult.response.