-
Notifications
You must be signed in to change notification settings - Fork 51
Add example usage script. #162
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
Conversation
f8099c3
to
dbaf8c8
Compare
000dfb7
to
0bb92ad
Compare
0bb92ad
to
be2533e
Compare
a8f3e25
to
67e109e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #162 +/- ##
=======================================
Coverage 90.86% 90.86%
=======================================
Files 5 5
Lines 1106 1106
=======================================
Hits 1005 1005
Misses 101 101 Continue to review full report in Codecov by Sentry.
|
67e109e
to
9cd3290
Compare
@dlongley said elsewhere "we should have @digitalbazaar/ed25519-multikey installed there as an option for use as well" |
@davidlehn can we add that at a later date? Does it need to block this from being merged? |
7778ce6
to
2673e51
Compare
- Use verify suite. - Add multikey resolver.
Co-authored-by: Dave Longley <[email protected]>
- Adding VP support to futher expand the example. - Using did:key for VC and did:web for VP to add variety. - Print out logging as we go. - Print readable first stack trace if there are verify errors.
- Use P-256 for VC and P-384 for VP for variety. - Add P-384 support to did:web driver. - Use 'authentication' method from VP did:web document.
- Add optional domain for example. - Formatting.
2673e51
to
e31d82a
Compare
No description provided.