Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes to normative statements #143

Merged
merged 6 commits into from
Sep 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,15 @@ <h2>Securing the VC Data Model</h2>
transformation, while at the same time supporting registered
claims that are understood in the context of JOSE and COSE.
</p>
<p>
It is RECOMMENDED using media types to distinguish <a data-cite="VC-DATA-MODEL#credentials">verifiable credentials</a>,
and <a data-cite="VC-DATA-MODEL#presentations">verifiable presentations</a> from other kinds of secured JSON or CBOR.
OR13 marked this conversation as resolved.
Show resolved Hide resolved
</p>
<p>
If a more specific media type is available, it SHOULD be used over the generic media types.
For example, instead of using <code>application/sd-jwt</code>, use <code>application/vc+ld+json+sd-jwt</code>,
unless there is a more specific media type that can be used to better identify the secured envelope format.
OR13 marked this conversation as resolved.
Show resolved Hide resolved
</p>
OR13 marked this conversation as resolved.
Show resolved Hide resolved
<section>
<h2>With JOSE</h2>
<section>
Expand Down