-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace JsonWebKey2020 with JsonWebKey #73
Comments
@decentralgabe what timeframe do you think makes sense for a change like this? should we prioritize it in your opinion? |
I would wait until https://w3c.github.io/vc-jose-cose/ is in Candidate Recommendation. I will report back here when that happens. Hopefully within a month or so. |
It may turn into non trivial changeif there are significant changes to JsonWebKey2020 and the new one right? https://w3c.github.io/vc-jose-cose/#verification-methods At first glance it looks like there are some differences |
@mistermoe what differences do you see? It should be a drop in replacement |
@decentralgabe I think the above comment was intended for @nitro-neal ? |
Oops yup |
that all seems right @nitro-neal |
web5-spec - #113 |
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]>
What is the status on this today? Do we support both types everywhere? Just one? |
JsonWebKey2020
is deprecated, as it was published as a part of a now-defunct CCG draft here. It has been replaced with the recommendation-trackJsonWebKey
defined in vc-jose-cose.We should replace all instances of
JsonWebKey2020
in code, test vectors, docs, etc. withJsonWebKey
.The text was updated successfully, but these errors were encountered: