Skip to content

Commit

Permalink
fix cose content type
Browse files Browse the repository at this point in the history
Signed-off-by: Brent Zundel <brent.zundel@gmail.com>
  • Loading branch information
brentzundel committed Oct 9, 2024
1 parent 9500c83 commit 5c76aef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -865,10 +865,10 @@ <h2 id="securing-vcs-with-cose">Securing JSON-LD Verifiable Credentials with COS
The <code>typ</code> header parameter, as described in <a data-cite="RFC9596#section-2">COSE "typ" (type) Header Parameter</a>, SHOULD be <code>application/vc+cose</code>.
When present, the <code>content type (3)</code> header parameter
SHOULD be <code>application/vc</code>.
We consider use of the <code>cty</code> header parameter in this
way to be the means of differentiating this specification's use
of <code>vc+cose</code> from others that wish to use an
identical media type.
We consider use of the <code>content type (3)</code> header
parameter in this way to be the means of differentiating this
specification's use of <code>vc+cose</code> from others that
wish to use an identical media type.
See <a data-cite="RFC9052#section-3.1">Common COSE Header Parameters</a> for additional details.
</p>
<p>
Expand Down Expand Up @@ -936,10 +936,10 @@ <h2 id="securing-vps-with-cose">Securing JSON-LD Verifiable Presentations with C
<p>
The <code>typ</code> header parameter SHOULD be <code>application/vp+cose</code>.
When present, the <code>content type (3)</code> header parameter SHOULD be <code>application/vp</code>.
We consider use of the <code>cty</code> header parameter in this
way to be the means of differentiating this specification's use
of <code>vp+cose</code> from others that wish to use an
identical media type.
We consider use of the <code>content type (3)</code> header
parameter in this way to be the means of differentiating this
specification's use of <code>vp+cose</code> from others that
wish to use an identical media type.
See <a data-cite="RFC9052#section-3.1">Common COSE Header Parameters</a> for additional details.
</p>
<p>
Expand Down

0 comments on commit 5c76aef

Please sign in to comment.