w3c-ccg / did-method-web

DRAFT: did:web Decentralized Identifier Method Specification
https://w3c-ccg.github.io/did-method-web/
Other
32 stars 17 forks source link

"publicKey" not defined in did-core #27

Closed letmaik closed 3 years ago

letmaik commented 3 years ago

Example 1 uses "publicKey" which is not defined in https://www.w3.org/TR/did-core/

Am I missing something?

dmitrizagidulin commented 3 years ago

Hi @letmaik -- no, you're absolutely right, we just need to update the did:web spec. (publicKey got renamed to verificationMethod, in the DID Core spec.)

dmitrizagidulin commented 3 years ago

@letmaik - This should be addressed by PR https://github.com/w3c-ccg/did-method-web/pull/28