-
Notifications
You must be signed in to change notification settings - Fork 57
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
Adding credentials.verify #357
Conversation
Review or Edit in CodeSandboxOpen the branch in Web Editor • VS Code • Insiders |
TBDocs Report ✅ No errors or warnings @web5/api
TBDocs Report Updated at 2023-12-21T19:47:51Z |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #357 +/- ##
=======================================
Coverage 92.79% 92.79%
=======================================
Files 71 71
Lines 16477 16477
Branches 1525 1525
=======================================
Hits 15290 15290
Misses 1165 1165
Partials 22 22
|
// TODO: DID:JWK is not supported yet | ||
if (description === 'verify a jwt verifiable credential signed with a did:jwk') { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nitro-neal can you add an issue in the web5-js
repo to ensure we double back and remove this conditional skip once a did:jwk
is merged for @web5/dids
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added - #371
Adding credentials.verify test vector.
This will give us checkmarks here - https://tbd54566975.github.io/sdk-development/ for credentials.verify