Skip to content

Commit

Permalink
Add JWT media types registration requests
Browse files Browse the repository at this point in the history
  • Loading branch information
OR13 committed Feb 17, 2024
1 parent ad1e2d2 commit 8dd6646
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,96 @@ <h2>IANA Considerations</h2>

<section>
<h2>Media Types</h2>

<section id="vc-ld-jwt-media-type">
<h2><code>application/vc+ld+json+jwt</code></h2>
<p>
This specification registers the
<code>application/vc+ld+json+jwt</code> Media Type specifically for
identifying a <a data-cite="JWT"></a>
conforming to the Verifiable Credential Data Model.
</p>
<table>
<tr>
<td>Type name: </td>
<td>`application`</td>
</tr>
<tr>
<td>Subtype name: </td>
<td>`vc+ld+json+jwt`</td>
</tr>
<tr>
<td>Required parameters: </td>
<td>None</td>
</tr>
<tr>
<td>Encoding considerations: </td>
<td>
binary; `application/jwt` values are a series of base64url-encoded values
(some of which may be the empty string) separated by period ('.').
</td>
</tr>
<tr>
<td>Security considerations: </td>
<td>
<p>As defined in this specification. See also the security
considerations in <a data-cite="JWT"></a>.</p>
</td>
</tr>
<tr>
<td>Contact: </td>
<td>
W3C Verifiable Credentials Working Group <a
href="mailto:[email protected]">[email protected]</a>
</td>
</tr>
</table>
</section>
<section id="vp-ld-jwt-media-type">
<h2><code>application/vp+ld+json+jwt</code></h2>
<p>
This specification registers the
<code>application/vp+ld+json+jwt</code> Media Type specifically for
identifying a <a data-cite="JWT"></a>
conforming to the Verifiable Presentations.
</p>
<table>
<tr>
<td>Type name: </td>
<td>application</td>
</tr>
<tr>
<td>Subtype name: </td>
<td>vp+ld+json+jwt</td>
</tr>
<tr>
<td>Required parameters: </td>
<td>None</td>
</tr>
<tr>
<td>Encoding considerations: </td>
<td>
binary; `application/jwt` values are a series of base64url-encoded values
(some of which may be the empty string) separated by period ('.').
</td>
</tr>
<tr>
<td>Security considerations: </td>
<td>
<p>As defined in this specification. See also the security
considerations in <a data-cite="JWT"></a>.</p>
</td>
</tr>
<tr>
<td>Contact: </td>
<td>
W3C Verifiable Credentials Working Group <a
href="mailto:[email protected]">[email protected]</a>
</td>
</tr>
</table>
</section>

<section id="vc-ld-sd-jwt-media-type">
<h2><code>application/vc+ld+json+sd-jwt</code></h2>
<p>
Expand Down

0 comments on commit 8dd6646

Please sign in to comment.