hid-node icon indicating copy to clipboard operation
hid-node copied to clipboard

Implement JwK Signature in DidDoc

Open arnabghose997 opened this issue 4 years ago • 1 comments

https://www.w3.org/TR/did-core/#dfn-publickeymultibase

Steps:

  1. Add PublicKeyJwk to verificationMethod.
  2. Implement JwK Algo to verify JwK signatures.

arnabghose997 avatar Feb 19 '22 14:02 arnabghose997

Verification Material: https://www.w3.org/TR/did-core/#verification-material

Generating JwK: https://www.npmjs.com/package/jwks-rsa

arnabghose997 avatar Feb 19 '22 14:02 arnabghose997