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

Simplify did resolution, drop .well-known/ mechanism. #50

Closed dmitrizagidulin closed 2 years ago

dmitrizagidulin commented 2 years ago

Based on the discussion in PR https://github.com/w3c-ccg/did-method-web/pull/47, and the consensus to simplify the DID-to-web-url translation rules by dropping the .well-known/ mechanism, and appending /did.json directly.

Previously:

did:web:example.com  --->   https://example.com/.well-known/did.json

Now (as of this PR):

did:web:example.com  --->   https://example.com/did.json
OR13 commented 2 years ago

There are conflicts and objections, I suggest reopening this PR once they are addressed.