You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be complete, I recommend that your paper also highlight the current state with respect to DID Document resolution and dereferencing because there represent good patterns for the additional capabilities you are proposing.
Although your proposal make sense for a programmatic API, I feel strongly that the proposed HTTP bindings are much more complex that they need to be or should be.
I believe we should strive to keep the DID Document algebra as concise as possible.
Thanks for your feedback. As I noted in w3c/did-resolution#32, my initial reaction is that I think it's important to have a clean separation between DID (URL) syntax, and the operations that can be performed on them, just like e.g. the HTTP operations (GET, POST, PUT, etc.) are not part of an HTTP URL, but rather part of a protocol that operates on HTTP URLs. But I'd like to talk to you to understand better your rationale.
@peacekeeper I've separated the proposed DID URL syntax for each use case from the HTTP bindings in w3c/did-resolution#32 ...although they remain closed related ...as one would (hopefully) expect. There is no need to have multiple syntaxes/languages for performing the same operations ...especially for simple operations like dereferencing.
Reference: https://github.com/WebOfTrustInfo/rwot8-barcelona/blob/master/topics-and-advance-readings/Universal-DID-Operations.md
@peacekeeper I've documented several DID resolution use cases (and their proposed HTTP bindings) here: w3c/did-resolution#32
Issues
I believe we should strive to keep the DID Document algebra as concise as possible.
method
andoptions
parameters for thecreate()
method should be simply encoded into a singledid
parameter IMO. Let's not create additional, more complex syntax where it is not necessary. Seedid-url
Use Cases:did-url
Syntax Examples (and corresponding HTTP Binding Examples) w3c/did-resolution#32 (comment)The text was updated successfully, but these errors were encountered: