w3c-ccg / did-spec

Please see README.md for latest version being developed by W3C DID WG.
https://w3c.github.io/did-core/
Other
124 stars 45 forks source link

Propose service endpoint identification mechanism. Fixes #72. #75

Closed msporny closed 6 years ago

msporny commented 6 years ago

Preview | Diff

kimdhamilton commented 6 years ago

need reviews from @peacekeeper and @talltree

msporny commented 6 years ago

@peacekeeper wrote:

If you now invoke a resolver for DID did:example:123456789abcdefghi and ask for a service type MessagingService, would it return the above service? I would expect yes.

I would expect that the resolver spec would outline the algorithm that does the search, and yes, that algorithm would be a fairly easy one to write given that MessagingServices are easy to identify via the type property.

msporny commented 6 years ago

Pulling this in, it's been sitting out there for 14 days. We can improve/change if @talltree provides feedback at a later date.