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

[Public Keys] re: referenced keys: Is multiple level recursion allowed? #143

Closed mwherman2000 closed 4 years ago

mwherman2000 commented 5 years ago

In https://w3c-ccg.github.io/did-spec/#public-keys, it states...

A key may be embedded or referenced in a DID Document. For example, the authentication property may refer to keys in both ways:

Is multiple level recursion allowed for referenced keys? ...if not, it the level limited to 1?

The draft specification needs to be explicit/more clear/transparent about this.

mwherman2000 commented 5 years ago

It's important to read and understand this section to understand what this issue is referring to.

peacekeeper commented 5 years ago

@mwherman2000 while an authentication property can reference a public key, the public key can not reference another public key. So I don't see how any kind of recursion or loop would be possible?

Can you give an example?

jandrieu commented 4 years ago

Closing as this has been moved to the DIDWG repo.