Skip to content

Commit

Permalink
Editorial: simplify abstract and move credential types to introductio…
Browse files Browse the repository at this point in the history
…n. (#82)
  • Loading branch information
msporny authored Feb 27, 2024
1 parent ebe405a commit 0a84e70
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,12 @@
<body data-cite="credential-management-1">
<section id="abstract">
<p>
This document specifies an API to allow user agents to mediate access
to, and representing, a verifiably-issued digital credential (e.g., a
government issued digital driver's license, a passport issued by a
country, a student card or diploma issued by a university, an employee
card issued by a company, a passenger's boarding pass issued by an
airline, a profile issued by an online social network, membership
cards, vaccination records, etc) license). The API builds on
[[[credential-management-1]]] as a means to request a digital
credential from the user agent or underlying platform.
This document specifies an API to enable [=user agents=] to mediate
access to, and presentation of, digital credentials such as a driver's
license, government-issued identification card, and/or [=credential type
examples|other types of digital credential=]. The API builds on
[[[credential-management-1]]] as a means by which to request a digital
credential from a user agent or underlying platform.
</p>
</section>
<section id="sotd">
Expand All @@ -64,6 +61,19 @@ <h2>
<p>
TBW
</p>
<p id="credential-type-examples">
There are many types of digital credential that can be conveyed using
this API. <dfn data-lt="credential type examples">
Examples of these types</dfn> include:
</p>
<ul>
<li>
a driver's license or identity card issued by a government institution
</li>
<li>
TBW: other credential types
</li>
</ul>
<h2>
Model
</h2>
Expand Down

0 comments on commit 0a84e70

Please sign in to comment.