Skip to content

Commit

Permalink
Replace issue markers with editorial specification text.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Sep 29, 2024
1 parent 5eb0c82 commit b5ad687
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1809,10 +1809,11 @@ <h3>Verification Methods</h3>
<section>
<h4>Ed25519VerificationKey2020</h4>

<p class="issue">
We need to add documentation to note that this key format is deployed and
widely used in production, but is deprecated. `Multikey` and `JsonWebKey`
supersede it.
<p>
The key format described in this section is provided to document a legacy
mechanism that has been deployed to production. The key format described in
section [[[#multikey]]] supercedes the one described in this section. New
applications are strongly urged to use the newer key format.
</p>

<p>
Expand Down Expand Up @@ -1888,6 +1889,13 @@ <h3>Proof representations</h3>
<section>
<h4>Ed25519Signature2020</h4>

<p>
The proof format described in this section is provided to document a legacy
mechanism that has been deployed to production. The `DataIntegrityProof` formats
described in section [[[#dataintegrityproof]]] supercede the one described in
this section. New applications are strongly urged to use the newer proof format.
</p>

<p>
The `verificationMethod` property of the proof MUST be a URL.
Dereferencing the `verificationMethod` MUST result in an object
Expand Down

0 comments on commit b5ad687

Please sign in to comment.