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

Add guidance on converting a JSON payload to vc-jwt payload #108

Closed georgepadayatti closed 1 year ago

georgepadayatti commented 1 year ago

It is unclear from the document, how to convert a JSON payload to vc-jwt.

OR13 commented 1 year ago

its likely not going to be made clear in this document, see:

This document focuses on JSON-LD, the one at IETF will cover regular json.

There won't be conversion, because its either done before you get JSON-LD you want to secure, or not at all because you hate JSON-LD :)

hope that helps.

georgepadayatti commented 1 year ago

its likely not going to be made clear in this document, see:

This document focuses on JSON-LD, the one at IETF will cover regular json.

There won't be conversion, because its either done before you get JSON-LD you want to secure, or not at all because you hate JSON-LD :)

hope that helps.

😅 Was asking because of Chapter 2 https://www.w3.org/TR/vc-jwt/#securing-json

👍 Understood that it's not required to explain as it's not in the scope of the document.