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

Data URLs showed in the examples are incorrect #289

Closed timothee-haudebourg closed 2 months ago

timothee-haudebourg commented 2 months ago

The data URLs showed this spec are all using a semicolon ; to separate the media type from the data. According to RFC2397 Section 3, it should be a comma , instead.