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

Add "key-type" DID URL matrix parameter. #193

Closed peacekeeper closed 4 years ago

peacekeeper commented 5 years ago

This adds one concrete DID URL matrix parameter. See https://github.com/w3c-ccg/did-spec/pull/189.

Description: Identifies a set of keys from the DID Document by key type.

Example: did:example:1234;key-type=Ed25519VerificationKey2018


Preview | Diff

msporny commented 5 years ago

I don't understand the use case? When do you need to do something like this? Why is scanning the DID Document for those keys not enough? This feels like we're creating a general query language for DID Documents.

brentzundel commented 4 years ago

This repo is scheduled to be archived. The work has moved to the DID WG. The artifacts in the DID WG repository share commit history with this repo, so it should be possible to raise this PR against that repo.

peacekeeper commented 4 years ago

Closing. This PR has been re-created in the DIDWG repo: https://github.com/w3c/did-spec/pull/60