Skip to content

Commit 893fa58

Browse files
committed
Fix references to VC-JWT specification.
1 parent b0d5b62 commit 893fa58

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

common.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,13 @@ var vcwg = {
130130
authors: ['Gregg Kellogg', 'Manu Sporny', 'Dave Longley', 'Markus Lanthaler', 'Pierre-Antoine Champin', 'Niklas Lindström'],
131131
status: 'WD',
132132
publisher: 'W3C JSON-LD 1.1 Working Group'
133+
},
134+
'VC-JWT': {
135+
title: 'Securing Verifiable Credentials using JSON Web Tokens',
136+
href: 'https://w3c.github.io/vc-jwt/',
137+
authors: ['Orie Steele', 'Michael Jones'],
138+
status: 'ED',
139+
publisher: 'W3C Verifiable Credentials Working Group'
133140
}
134141
}
135142
};

index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1711,10 +1711,10 @@ <h3>Proofs (Signatures)</h3>
17111711
This specification identifies two classes of proof mechanisms: external proofs
17121712
and embedded proofs. An <dfn class="lint-ignore">external proof</dfn> is one
17131713
that wraps an expression of this data model, such as a JSON Web Token, which is
1714-
elaborated on in Section <a href="#json-web-token"></a>. An <dfn>embedded
1715-
proof</dfn> is a mechanism where the proof is included in the data, such as a
1716-
Linked Data Signature, which is elaborated upon in Section <a
1717-
href="#data-integrity-proofs"></a>.
1714+
elaborated on in the Securing Verifiable Credentials using JSON Web Tokens
1715+
[[?VC-JWT]] specification</a>. An <dfn>embedded proof</dfn> is a mechanism where
1716+
the proof is included in the data, such as a Linked Data Signature, which is
1717+
elaborated upon in Section <a href="#data-integrity-proofs"></a>.
17181718
</p>
17191719

17201720
<p>
@@ -1983,8 +1983,9 @@ <h3>Presentations</h3>
19831983
above are <a>verifiable credentials</a>, as described by this specification. The
19841984
contents of the <code>proof</code> <a>property</a> are proofs, as described by
19851985
the Data Integrity [[?DATA-INTEGRITY]] specification. An example of a
1986-
<a>verifiable presentation</a> using the JWT proof mechanism is given in section
1987-
<a href="#json-web-token"></a>.
1986+
<a>verifiable presentation</a> using the JWT proof mechanism is
1987+
provided in the Securing Verifiable Credentials using JSON Web Tokens
1988+
[[?VC-JWT]] specification.
19881989
</p>
19891990

19901991
<section>

terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a>repository</a> to another without the need to reissue the <a>credential</a>.
3131
An example of a DID is <code>did:example:123456abcdef</code>.
3232
</dd>
33-
<dt><dfn data-lt="decentralized identifier documents|DID document|DID documents">decentralized identifier document</dfn></dt>
33+
<dt><dfn class="lint-ignore" data-lt="decentralized identifier documents|DID document|DID documents">decentralized identifier document</dfn></dt>
3434
<dd>
3535
Also referred to as a <strong><em>DID document</em></strong>, this is a document
3636
that is accessible using a <a>verifiable data registry</a> and contains

0 commit comments

Comments
 (0)