openwallet-foundation-labs / sd-jwt-python

A Python implementation of the Selective Disclosure JWT (SD-JWT) spec.
Apache License 2.0
12 stars 10 forks source link

Don't call these W3C VCs #4

Open OR13 opened 10 months ago

OR13 commented 10 months ago

Unless the payload is obviously a conforming document (compact JSON-LD, @context present, etc...) it would be very smart not to conflate these concepts... especially now that we have:

https://datatracker.ietf.org/doc/draft-ietf-oauth-sd-jwt-vc/

I would label the examples above IETF vcs

danielfett commented 10 months ago

Thanks! The names are remnants from the time when these examples where in the SD-JWT spec. I'll rename them.