decentralized-identity / .well-known

Specs and documentation for all DID-related /.well-known resources
https://identity.foundation/.well-known
Apache License 2.0
56 stars 15 forks source link

did-key does not support services #82

Open nklomp opened 2 years ago

nklomp commented 2 years ago

The examples in the spec use did:key everywhere, but did:key only supports verificationMethod/keys and not services.

So the examples in the spec cannot satisfy the actual requirements from the spec as you cannot get the service with the origin in the DID.

Probably makes sense to use another DID method for the examples as to not confuse people.

OR13 commented 2 years ago

I assume this is referring to the well known did configuration?

Probably we should use did:web examples instead.

OR13 commented 2 years ago

could add example: https://did.actor and then use it here... PRs welcome.