Skip to content

Commit

Permalink
chore: Update README.md (#103)
Browse files Browse the repository at this point in the history
Couple of typos.
  • Loading branch information
marcoscaceres committed Apr 16, 2024
1 parent f58dd67 commit 9fe77d3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
# Digital Credentials

📄 [Digital credentials explainer](explainer.md) and [draft spec](https://wicg.github.io/digital-identities/)

📄 [Digital credentials explainer](explainer.md) and [draft spec](https://wicg.github.io/digital-identities/).

This incubation is attempting to specify an API for user agents that would mediate access to, and representation of, verifiably-issued digital credentials.

These identities can range from government-issued documents, such as driver's licenses and passports, to start with, to other credential types, potentially in the future.

The [Digital Credential API](https://wicg.github.io/digital-identities/) builds upon the [Credential Management standard](https://www.w3.org/TR/credential-management-1/) to enable the secure and private exchange of digital identity information. It facilitates authenticated interactions by representing digital credentials through the `DigitalIdentity` interface, which embodies verifiable claims about an individual's identity.
[Digital Credentials](https://wicg.github.io/digital-identities/) builds upon [Credential Management](https://www.w3.org/TR/credential-management-1/) to enable the secure and private exchange of digital identity information. It facilitates authenticated interactions by representing digital credentials through the `DigitalIdentity` interface, which embodies verifiable claims about an individual's identity.

## Scope

Expand Down

0 comments on commit 9fe77d3

Please sign in to comment.