w3c / vc-jose-cose

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

Show headers in examples #271

Closed martinthomson closed 1 month ago

martinthomson commented 2 months ago

The examples show compact JWT and CWT text and payloads, but none show the header. The header is the most interesting part in some ways.

decentralgabe commented 2 months ago

@martinthomson I believe the CWT headers are present in the diagnostic notation? https://w3c.github.io/vc-jose-cose/#securing-json-ld-verifiable-credentials-with-cose

for JWT/SD-JWT I agree it would be nice to show the headers, I can make that update.