web5-js icon indicating copy to clipboard operation
web5-js copied to clipboard

Complete implementation of DID URL Dereferencing and ensure it passes test suites

Open frankhinek opened this issue 1 year ago • 0 comments

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:

frankhinek avatar Jan 25 '24 17:01 frankhinek