Skip to content

Commit 0c4a1d9

Browse files
Merge branch 'main' into corrdinator
2 parents e33be93 + 385ee13 commit 0c4a1d9

File tree

4 files changed

+29
-52
lines changed

4 files changed

+29
-52
lines changed

.github/workflows/auto-publish.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Node CI
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request: {}
8+
9+
jobs:
10+
validate-and-publish:
11+
name: Validate and Publish
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: actions/checkout@v2
15+
- uses: w3c/spec-prod@v2
16+
with:
17+
TOOLCHAIN: respec
18+
VALIDATE_LINKS: true
19+
VALIDATE_PUBRULES: false
20+
GH_PAGES_BRANCH: gh-pages
21+
W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}
22+
W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-fedid-wg/2025Jun/0035.html"
23+
W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"
24+
W3C_BUILD_OVERRIDE: |
25+
specStatus: WD

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Digital Credentials
22

3-
📄 [Digital credentials explainer](explainer.md) and [draft spec](https://w3c-fedid.github.io/digital-credentials/).
3+
📄 [Digital credentials explainer](explainer.md) and [draft spec](https://www.w3.org/TR/digital-credentials/).
44

5-
This draft (migrated to the Federated Identity on the Web WG in April 2025) specifies an API for user agents that would mediate access to, and representation of, verifiably-issued digital credentials.
5+
This draft (migrated to the Federated Identity on the Web WG in April 2025, FPWD published July 2025) specifies an API for user agents that would mediate access to, and representation of, verifiably-issued digital credentials.
66

77
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.
88

9-
[Digital Credentials](https://w3c-fedid.github.io/digital-credentials/) 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 `DigitalCredential` interface, which embodies verifiable claims about an individual's identity.
9+
[Digital Credentials](https://www.w3.org/TR/digital-credentials/) 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 `DigitalCredential` interface, which embodies verifiable claims about an individual's identity.
10+
1011

1112
## Scope
1213

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@
4545
// Add additional editors here.
4646
// https://github.com/w3c/respec/wiki/editors
4747
],
48-
latestVersion: null,
49-
canonicalURI: "TR",
5048
shortName: "digital-credentials",
5149
specStatus: "ED",
5250
edDraftURI: "https://w3c-fedid.github.io/digital-credentials/",

0 commit comments

Comments
 (0)