web5-js
web5-js copied to clipboard
Complete implementation of DID URL Dereferencing and ensure it passes test suites
A partial implementation of DID URL Dereferencing was added to @web5/dids
and is currently being used in @web5/credentials
.
Assuming we want to continue / expand use of DID URL dereferencing the current implementation primarily supports returning the entire DID document or Dereferencing the Secondary Resource.
Full support for Dereferencing the Primary Resource should probably be added.
The W3C Test Suites could be used to validate our implementation.
References: