Skip to content

Commit 29f431d

Browse files
TallTedmsporny
authored andcommitted
rationalize credential repositories/credential repository/repositories/repository
partial handling of #1475
1 parent 0e6d623 commit 29f431d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -522,15 +522,15 @@ <h2>Terminology</h2>
522522
associated with an [=entity=]. These identifiers are most often used in a
523523
[=verifiable credential=] and are associated with [=subjects=] such that a
524524
[=verifiable credential=] itself can be easily ported from one
525-
[=repository=] to another without the need to reissue the [=credential=].
525+
[=credential repository=] to another without the need to reissue the [=credential=].
526526
An example of a DID is `did:example:123456abcdef`.
527527
</dd>
528528
<dt><dfn class="lint-ignore" data-lt="decentralized identifier documents|DID document|DID documents">decentralized identifier document</dfn></dt>
529529
<dd>
530530
Also referred to as a <strong><em>DID document</em></strong>, this is a document
531531
that is accessible using a [=verifiable data registry=] and contains
532532
information related to a specific [=decentralized identifier=], such as the
533-
associated [=repository=] and [=verification material=].
533+
associated [=credential repository=] and [=verification material=].
534534
</dd>
535535
<dt><dfn data-lt="default graph">default graph</dfn></dt>
536536
<dd>
@@ -608,7 +608,7 @@ <h2>Terminology</h2>
608608
Data derived from one or more [=verifiable credentials=], issued by one or
609609
more [=issuers=], that is shared with a specific [=verifier=].
610610
</dd>
611-
<dt><dfn class="export" data-lt="credential repository|credential repositories|repositories">repository</dfn></dt>
611+
<dt><dfn class="export" data-lt="credential repositories">credential repository</dfn></dt>
612612
<dd>
613613
A program, such as a storage vault or personal [=verifiable credential=]
614614
wallet, that stores and protects access to [=holders'=]
@@ -2807,7 +2807,7 @@ <h3>Trust Model</h3>
28072807
quickly if and when they no longer stand by those [=claims=].
28082808
</li>
28092809
<li>
2810-
The [=holder=] expects the [=repository=] to store [=credentials=] securely,
2810+
The [=holder=] expects the [=credential repository=] to store [=credentials=] securely,
28112811
to not release [=credentials=] to anyone other than the [=holder=] (which may
28122812
subsequently present them to a [=verifier=]), and to not corrupt nor lose
28132813
[=credentials=] while they are in its care.
@@ -2822,7 +2822,7 @@ <h3>Trust Model</h3>
28222822
<ul>
28232823
<li>
28242824
The [=issuer=] and [=verifier=] do not need to know anything about the
2825-
[=repository=].
2825+
[=credential repository=].
28262826
</li>
28272827
<li>
28282828
The [=issuer=] does not need to know anything about the [=verifier=].
@@ -5456,7 +5456,7 @@ <h3>Storage Providers and Data Mining</h3>
54565456
<p>
54575457
When a [=holder=] receives a [=verifiable credential=] from an
54585458
[=issuer=], the [=verifiable credential=] needs to be stored somewhere
5459-
(for example, in a [=credential=] repository). [=Holders=] are warned that
5459+
(for example, in a [=credential repository=]). [=Holders=] are warned that
54605460
the information in a [=verifiable credential=] is sensitive in nature and
54615461
highly individualized, making it a high value target for data mining. Services
54625462
that advertise free storage of [=verifiable credentials=] might in fact be
@@ -5465,7 +5465,7 @@ <h3>Storage Providers and Data Mining</h3>
54655465
</p>
54665466
<p>
54675467
[=Holders=] need to be aware of the terms of service for their
5468-
[=credential=] repository, specifically the correlation and data mining
5468+
[=credential repository=], specifically the correlation and data mining
54695469
protections in place for those who store their [=verifiable credentials=]
54705470
with the service provider.
54715471
</p>
@@ -6083,7 +6083,7 @@ <h3>Device Theft and Impersonation</h3>
60836083
</li>
60846084
<li>
60856085
Enabling password, biometric, or multi-factor authentication for the
6086-
[=credential=] [=repository=].
6086+
[=credential repository=].
60876087
</li>
60886088
<li>
60896089
Enabling password, biometric, or multi-factor authentication when accessing

0 commit comments

Comments
 (0)