TBD54566975 / web5-go

Apache License 2.0
7 stars 6 forks source link

Add did:web resolver #76

Closed KendallWeihe closed 4 months ago

KendallWeihe commented 4 months ago

Originally noticed while thinking through this ticket https://github.com/TBD54566975/web5-go/issues/70

We don't currently have a resolver implemented for did:web, should be relatively straight forward https://w3c-ccg.github.io/did-method-web/#read-resolve

mistermoe commented 4 months ago

implementations exist in js, dart, and kotlin for reference!

KendallWeihe commented 4 months ago

Discovered while looking into this ticket

https://github.com/TBD54566975/web5-go/issues/91

KendallWeihe commented 4 months ago

The basics for this have been implemented in the above referenced PR

Follow up work tracked here