waltid-identity icon indicating copy to clipboard operation
waltid-identity copied to clipboard

Convert multibase key to a JWK key for DID verification methods (e.g. did:cheqd)

Open philpotisk opened this issue 6 months ago • 0 comments

Is your feature request related to a problem? Please describe.

In class DidCheqdResolver the key in the verification method should be converted from Multibase to JWK format in order to fix did:cheqd resolution and related issues https://github.com/walt-id/waltid-identity/issues/656

Describe the solution you'd like We need to introduce the general key-convertion functionality to be used in DidCheqdResolver or else where. Probably the code from waltid-ssikit can be reused.

philpotisk avatar Aug 22 '24 13:08 philpotisk