TBD54566975 / web5-go

Apache License 2.0
7 stars 6 forks source link

did:web resolve DNS over HTTPS #95

Open KendallWeihe opened 4 months ago

KendallWeihe commented 4 months ago

See item 7 here https://w3c-ccg.github.io/did-method-web/#read-resolve

Points to RFC8484

KendallWeihe commented 4 months ago

web5-kt does have this implemented https://github.com/TBD54566975/web5-kt/blob/bcd8d14d2d38b8f5b08b294175d6f49eb368fe66/dids/src/main/kotlin/web5/sdk/dids/methods/web/DidWeb.kt#L108

as far as I can tell, web5-js does not https://github.com/TBD54566975/web5-js/blob/82be6ae425366cb0a5d66899dbfb50f74ac73b95/packages/dids/src/methods/did-web.ts#L75 (created a new ticket)