w3c / vc-jose-cose

Verifiable Credentials Working Group — VC JSON Web Tokens specification
https://w3c.github.io/vc-jose-cose/
Other
31 stars 13 forks source link

Deprecate `vc` & `vp` ? #119

Closed OR13 closed 1 year ago

OR13 commented 1 year ago

These are registered claims at:

As it says, the change controller is IESG, but it references v1.0 of the data model, specifically:

In v2, we removed these from the core data model, and we removed them from this specification.

Should we tell the IESG to update the registry in any way?

OR13 commented 1 year ago

https://github.com/w3c/vc-jwt/pull/124

Sakurann commented 1 year ago

VCDM 2.0 charter clearly states "It will replace the current Verifiable Credentials Data Model 1.1 Recommendation." so the best thing is probably to deprecate these claims.

though in reality i would expect VCDM 1.1 implementations to remain in the wild so not sure what impact this deprecation will have on them. (cc: @bc-pi)

OR13 commented 1 year ago

deprecation should not break any existing JWT implementations... JSON ignores fields it does not understand.

Sakurann commented 1 year ago

PR was merged