Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update JWK Verification Method Schema to support
JsonWebKey
(#689)
This PR will: - Update the JWK verification method schema to support `JsonWebKey` in addition to `JsonWebKey2020`. ### Context - All Web5 SDKs use `JsonWebKey` when creating DHT DIDs - `JsonWebKey` used by the [DID DHT method specification](https://did-dht.com/#representing-keys) - Eventually all Web5 SDKs will use `JsonWebKey` for DIDs per [this open issue](decentralized-identity/web5-spec#73). > JsonWebKey2020 is deprecated, as it was published as a part of a now-defunct [CCG draft here](https://www.w3.org/community/reports/credentials/CG-FINAL-lds-jws2020-20220721/). It has been replaced with the recommendation-track JsonWebKey defined in [vc-jose-cose](https://w3c.github.io/vc-jose-cose/). --------- Signed-off-by: Frank Hinek <[email protected]>
- Loading branch information