w3c / did-resolution

RELEASED DRAFT: Decentralized Identifier Resolution (DID Resolution) 0.2 Specification
https://w3c.github.io/did-resolution/
Other
17 stars 9 forks source link

[DID Reference] REQUIREMENT: A capability is needed to Test If a DID Exists on the Ledger #24

Closed mwherman2000 closed 5 years ago

mwherman2000 commented 5 years ago

A capability is needed to Test If a DID Exists on the Ledger ...without having to incur the cost of constructing and returning a DID Document.

The DID Resolver Response should contain something like a simple Boolean (True/False) response ...and not a DID Document.

peacekeeper commented 5 years ago

I agree this seems like a good idea. It will probably be an optional feature for DID methods and resolvers.

TomCJones commented 5 years ago

this is a turning complete problem. Meaning that the only way to be sure a did is NOT there is to run the full chain. It would take less time only if there were a did that as active sometime in the recent past. Which is also a "freshness" measure. Thus the return may as well return the date of last use.

mwherman2000 commented 5 years ago

Closed in favor of https://github.com/w3c-ccg/did-resolution/issues/32 Use cases 3 and 4