dwn-sdk-js icon indicating copy to clipboard operation
dwn-sdk-js copied to clipboard

Figure out if support needed for all W3 verification method properties

Open bnonni opened this issue 2 years ago • 1 comments

Figure out if we need to support ALL verification method properties.

https://github.com/TBD54566975/dwn-sdk-js/blob/fcea84929e12dd3e3ef0e8866b0e592a025786fa/src/did/did-resolver.ts#L97-L112

bnonni avatar Jul 22 '22 11:07 bnonni

I am interpreting this as all the different public key formats, if so, I'd say we will focus on just JWK format for the foreseeable future. With this, we just need to remove this TODO from the code.

thehenrytsai avatar Oct 18 '22 01:10 thehenrytsai

PR merged.

thehenrytsai avatar Oct 29 '22 06:10 thehenrytsai