input-output-hk / prism-did-method-spec

Apache License 2.0
15 stars 1 forks source link

Correct verification method type #34

Closed EzequielPostan closed 1 year ago

EzequielPostan commented 1 year ago

We are currently using different verification method types based on the specific keys we are using (e.g. "EcdsaSecp256k1VerificationKey2019", "EcdsaSecp256k1VerificationKey2019" and I see"X25519KeyAgreementKey2019"` also allowed)

However, I can see in this example, that all JWKs are sharing the type "JsonWebKey2020" Which one should we use and what corresponding @context(s) should we refer to?