-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add JWT media types registration requests
- Loading branch information
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|