Skip to content

Commit

Permalink
Merge pull request #19 from kordwarshuis/main
Browse files Browse the repository at this point in the history
Fix bug with url anchor making snapshot button not work
  • Loading branch information
kordwarshuis authored Sep 28, 2024
2 parents 5d836ec + 173bdbd commit 0843058
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 13 deletions.
4 changes: 4 additions & 0 deletions output/term-relations-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -5775,10 +5775,14 @@ const allTermRelations = {
"identifier",
"controller",
"proof of control",
"public key",
"endpoints",
"Decentralized identifiers",
"cryptographically verifiable",
"ToIP stack",
"decentralized identifier",
"autonomic identifier",
"VID",
"VID"
]
},
Expand Down
4 changes: 4 additions & 0 deletions output/term-relations-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -5775,10 +5775,14 @@
"identifier",
"controller",
"proof of control",
"public key",
"endpoints",
"Decentralized identifiers",
"cryptographically verifiable",
"ToIP stack",
"decentralized identifier",
"autonomic identifier",
"VID",
"VID"
]
},
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion spec/terms-definitions/verifiable-identifier.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[[def: verifiable identifier, verifiable identifiers, VID, VIDs]]

~ An [[ref: identifier]] over which the [[ref: controller]] can provide cryptographic [[ref: proof of control]]. Each type of VID defines a specific means for discovering the [[ref: public key]], network [[ref: endpoints]], or other metadata necessary to prove control. [[ref: Decentralized identifiers]] (DIDs) are a W3C standard for VIDs. VIDs are the [[ref: cryptographically verifiable]] identifiers used in the [[ref: ToIP stack]].

~ See also: [[ref: decentralized identifier]], [[ref: autonomic identifier]].
- Also known as: [[ref: VID]]

~ - Also known as: [[ref: VID]]

~ - Also known as: [[ref:VID]]

0 comments on commit 0843058

Please sign in to comment.