getVerificationMethod should be framing the verificationMethod URI
See original GitHub issueEd25519Signaute2020#getVerificatoinMethod
should frame proof.verificationMethod
like the base LinkedDataSignature#getVerificationMethod
.
If the framing doesn’t happen within the signature suite the framing/deferencing then it is up to the documentLoader
to handle that (which is happening here in the tests). But that puts more requirements on the user to know how to handle framing/deferencing from within their documentLoader
(and handling it for all the different sig suites).
Issue Analytics
- State:
- Created 2 years ago
- Comments:18 (6 by maintainers)
Top Results From Across the Web
Framing the URI Resource Identity Problem - David Booth
This paper describes the fundamental use case of the Semantic Web: that a semi-autonomous agent should be able to sensibly merge two RDF....
Read more >Student Handbook - The University of Rhode Island
To access educational records, eligible students must submit a written ... URI FERPA Contact: Questions concerning student rights under FERPA should be sent ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
To be clear, documentLoaders are “DID Dereferencers”, if they process content type and fragments… thats a step after resolution.
So I proposed this above:
https://github.com/digitalbazaar/jsonld-signatures/issues/141#issuecomment-834011841
If that were implemented, would it solve everyone’s problems here? Or would something more be required?