├── .github └── ISSUE_TEMPLATE │ └── ccg-new-work-item-template.md ├── CODEOWNERS ├── CONTRIBUTING.md ├── Credentials Community Group 2018 WBS.2.pdf ├── LICENSE.md ├── README.md ├── _config.yml ├── experiments └── roadmap.md └── work_items.md /.github/ISSUE_TEMPLATE/ccg-new-work-item-template.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: CCG New Work Item Template 3 | about: Template for creating a new W3C-CCG work item 4 | title: "[PROPOSED WORK ITEM]" 5 | labels: proposed work items 6 | assignees: man4prez, kwlinson, wip-abramson 7 | 8 | --- 9 | 10 | # New Work Item Proposal 11 | 12 | See [W3C-CCG New Work Item Process](https://w3c-ccg.github.io/workitem-process/) 13 | 14 | ## Include Link to Abstract or Draft 15 | 16 | > e.g. google doc or your github repo 17 | 18 | ## List Owners 19 | 20 | > Identify 1 lead (person responsible for advancing the work item) and at least 1 other owner. Ideally, include their github usernames 21 | 22 | ## Work Item Questions 23 | 24 | > Answer the following questions in order to document how you are meeting the requirements for a new work item at the W3C Credentials Community Group. Please note if this work item supports the Silicon Valley Innovation program or another government or private sector project. 25 | 26 | 1. Explain what you are trying to do using no jargon or acronyms. 27 | 28 | 2. How is it done today, and what are the limits of the current practice? 29 | 30 | 3. What is new in your approach and why do you think it will be successful? 31 | 32 | 4. How are you involving participants from multiple skill sets and global locations in this work item? (Skill sets: technical, design, product, marketing, anthropological, and UX. Global locations: the Americas, APAC, Europe, Middle East.) 33 | 34 | 5. What actions are you taking to make this work item accessible to a non-technical audience? 35 | -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- 1 | # These owners will be the default owners for everything in 2 | # the repo. Unless a later match takes precedence, 3 | # they will be requested for review when someone opens a 4 | # pull request. 5 | * @mprorock @man4prez @kwlinson 6 | 7 | # See CODEOWNERS syntax here: https://help.github.com/articles/about-codeowners/#codeowners-syntax 8 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # W3C Credentials Community Group 2 | 3 | Contributions to this repository are intended to become part of 4 | Recommendation-track documents governed by the 5 | [W3C Patent Policy](https://www.w3.org/Consortium/Patent-Policy-20040205/) and 6 | [Software and Document License](https://www.w3.org/Consortium/Legal/copyright-software). 7 | To make substantive contributions to specifications, you must either participate 8 | in the relevant W3C Working Group or make a non-member patent licensing commitment. 9 | 10 | If you are not the sole contributor to a contribution (pull request), please 11 | identify all contributors in the pull request comment. 12 | 13 | To add a contributor (other than yourself, that's automatic), mark them one 14 | per line as follows: 15 | 16 | ``` 17 | +@github_username 18 | ``` 19 | 20 | If you added a contributor by mistake, you can remove them in a comment with: 21 | 22 | ``` 23 | -@github_username 24 | ``` 25 | 26 | If you are making a pull request on behalf of someone else but you had no 27 | part in designing the feature, you can remove yourself with the above syntax. 28 | -------------------------------------------------------------------------------- /Credentials Community Group 2018 WBS.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/w3c-ccg/community/93ff5206b4049000f2496ddea76642bcd9f36a32/Credentials Community Group 2018 WBS.2.pdf -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | All Reports in this Repository are licensed by Contributors under the [W3C Software and Document 2 | License](https://www.w3.org/Consortium/Legal/2015/copyright-software-and-document). 3 | 4 | Contributions to Specifications are made under the 5 | [W3C CLA](https://www.w3.org/community/about/agreements/cla/). 6 | 7 | Contributions to Software, including sample implementations, are under the 8 | [Apache 2.0 License](https://www.apache.org/licenses/LICENSE-2.0). 9 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # About 2 | W3C Credentials Community Group Community Repo 3 | 4 | ## Guide 5 | 6 | - [CCG 2018 Work Breakdown Structure](https://github.com/w3c-ccg/community/blob/master/Credentials%20Community%20Group%202018%20WBS.2.pdf) 7 | - [Work Items](work_items.md) 8 | - [Action Items](https://github.com/w3c-ccg/community/issues?q=is%3Aopen+is%3Aissue+label%3A%22action+item%22) 9 | - [Joining, meeting archives, etc](https://w3c-ccg.github.io/) 10 | -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- 1 | theme: jekyll-theme-minimal -------------------------------------------------------------------------------- /experiments/roadmap.md: -------------------------------------------------------------------------------- 1 | ```mermaid 2 | 3 | gantt 4 | tickInterval 12month 5 | dateFormat YYYY-MM-DD 6 | title W3C CCG Roadmap 7 | axisFormat %Y 8 | 9 | section Formal Standards 10 | VCDM 2.0: vcdm, 2022-08-11, 2024-04-01 11 | DID 2.0: 2024-04-01, 2026-04-01 12 | 13 | click vcdm href "https://w3c.github.io/vc-data-model" 14 | 15 | section W3C CCG Work Items 16 | VC-API: 2022-01-01, 2024-06-30 17 | Traceability Vocab: 2023-07-01, 2025-12-31 18 | VC Test Suite: 2023-11-01, 2025-06-30 19 | 20 | section Broader Community 21 | Something: 2026-07-01, 2026-12-31 22 | 23 | ``` -------------------------------------------------------------------------------- /work_items.md: -------------------------------------------------------------------------------- 1 | # W3C Credentials Community Group Work Items 2 | 3 | The following work items are managed by this group. 4 | 5 | ## Table of Contents 6 | 7 | - [Completed Community Work Items](#completed-community-work-items) 8 | * [Registries](#completed-registries) 9 | * [Specifications](#completed-specifications) 10 | * [Notes](#completed-notes) 11 | * [Reports](#completed-reports) 12 | * [Informal Activities](#completed-informal-activities) 13 | - [Current Work Items](#current-work-items) 14 | * [Ongoing Community Drafts](#ongoing-community-drafts) 15 | + [Registries](#registries) 16 | * [Community Reports](#community-reports) 17 | + [Community Specifications](#community-specifications) 18 | + [Community Notes](#community-notes) 19 | + [Community Commentary](#community-commentary) 20 | - [Archived Work Items](#archived-work-items) 21 | 22 | Table of contents generated with markdown-toc 23 | 24 | ## Completed Community Work Items 25 | 26 | ### Completed Registries 27 | 28 | The following registries were incubated in this group and have now been moved to other groups 29 | 30 | - [DID Method Registry](https://w3c.github.io/did-spec-registries/) - Registry for DID methods 31 | 32 | ### Completed Specifications 33 | 34 | The following specifications were incubated in this group and are now undergoing international standardization: 35 | 36 | - [Verifiable Claims Use Cases 1.0](https://w3c.github.io/vc-use-cases/) - Use Cases for claims that are cryptographically secure, privacy respecting, and automatically verifiable 37 | - [Verifiable Claims Data Model 1.0](https://w3c.github.io/vc-data-model/) - A standard mechanism for expressing items such as driver's licenses, employee ID cards, proofs of age, and other sorts of claims in a way that is cryptographically secure, privacy respecting, and automatically verifiable. 38 | - [Decentralized Identifiers (DIDs) v1.0 Working Draft](https://w3c.github.io/did-core/) - A new type of identifier that enables verifiable, decentralized digital identity. This effort is continuing at the [W3C Decentralized Identifier Working Group](https://www.w3.org/2019/did-wg/) 39 | 40 | ### Completed Notes 41 | 42 | - [DID Use Cases](https://www.w3.org/TR/did-use-cases/) - Incubated in the Credentials Community Group and now maintained by the [W3C Decentralized Identifier Working Group](https://www.w3.org/2019/did-wg/) 43 | - [DID Explainer](https://docs.google.com/document/d/1JIWWs8YTWP83Hao5UXyrgpddYu9F0v8lGDUo0Usor10/edit) - Incubated in the Credentials Community Group and now maintained by the [W3C Decentralized Identifier Working Group](https://www.w3.org/2019/did-wg/) 44 | 45 | ### Completed Reports 46 | 47 | - [Verifiable Credentials Lifecycle](https://goo.gl/pBKL08) - This report was incubated in this group and has been integrated into the [W3C Verifiable Credentials Data Model](https://w3c.github.io/vc-data-model/). Closed 2018-01-16 48 | 49 | ### Completed Informal Activities 50 | 51 | - [CCG Survey](https://docs.google.com/document/d/1s15wHQEALSAQ3JUUScGGii3re2mJxGcQgIeSk1nHh5U/edit?usp=sharing) 52 | - [Joram 1.0.0](http://bit.ly/joram100) 53 | - [WoT Scenario](https://github.com/WebOfTrustInfo/rebooting-the-web-of-trust-fall2017/blob/master/topics-and-advance-readings/RWOT-User-Story.md) 54 | 55 | ## Current Work Items 56 | 57 | ### Task Forces 58 | 59 | | Work Item | Github Repo | Meetings | 60 | | --------- |:-------------:|:-----:| 61 | | [did-resolution](https://w3c-ccg.github.io/did-resolution/)| https://github.com/w3c-ccg/did-resolution | Thursdays 1-2pm PT [details](https://docs.google.com/document/d/1qYBaXQMUoB86Alquu7WBtWOxsS8SMhp1fioYKEGCabE/) | 62 | | [vc-ed](https://w3c-ccg.github.io/vc-ed) | https://github.com/w3c-ccg/vc-ed | Mondays 8-9am PT [details](https://github.com/w3c-ccg/vc-ed/blob/gh-pages/README.md) | 63 | | Confidential Storage | https://github.com/decentralized-identity/confidential-storage | Thursdays 1-2pm PT / 4-5pm ET [details](https://zoom.us/j/884468271) (pass code is 20 three times) | 64 | 65 | 66 | ### Ongoing Community Drafts 67 | 68 | #### Registries 69 | 70 | | Work Item | Github Repo | Current Stage | 71 | | --------- |:-------------: | :-------------: 72 | | [VC Extension Registry](https://w3c-ccg.github.io/vc-extension-registry/) | [https://github.com/w3c-ccg/vc-extension-registry](https://github.com/w3c-ccg/vc-extension-registry) | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | 73 | | [Linked Data Cryptographic Suite Registry](https://w3c-ccg.github.io/ld-cryptosuite-registry/) | [https://github.com/w3c-ccg/ld-cryptosuite-registry](https://github.com/w3c-ccg/ld-cryptosuite-registry) | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | 74 | | [Linked Data Key Format Registry](https://htmlpreview.github.io/?https://github.com/w3c-ccg/did-spec/blob/4eafb19e5c66b9d54e31d88460b89bdc00a07d80/ld-keys.html) | [https://github.com/w3c-ccg/did-spec/blob/4eafb19e5c66b9d54e31d88460b89bdc00a07d80/ld-keys.html](https://github.com/w3c-ccg/did-spec/blob/4eafb19e5c66b9d54e31d88460b89bdc00a07d80/ld-keys.html) | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | 75 | | [Security Vocab](https://w3c-ccg.github.io/security-vocab/) | [https://github.com/w3c-ccg/security-vocab](https://github.com/w3c-ccg/security-vocab) | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | 76 | 77 | ### Community Reports 78 | 79 | #### Community Specifications 80 | 81 | | Work Item | Github Repo | Current Stage | Next Stage | Target | 82 | | --------- |:-------------:|:-----:|:-----:|:-----:| 83 | | [did.actor](https://w3c-ccg.github.io/did.actor/) | https://github.com/w3c-ccg/did.actor | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 84 | | [traceability-vocab](https://w3c-ccg.github.io/traceability-vocab/) | https://github.com/w3c-ccg/traceability-vocab | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 85 | | [citizenship-vocab](https://w3c-ccg.github.io/citizenship-vocab/) | https://github.com/w3c-ccg/citizenship-vocab | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 86 | | [vc-http-api](https://w3c-ccg.github.io/vc-http-api/) | https://github.com/w3c-ccg/vc-http-api | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 87 | | [vc-status-rl-2020](https://w3c-ccg.github.io/vc-status-rl-2020/) | https://github.com/w3c-ccg/vc-status-rl-2020 | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 88 | | [vp-request-spec](https://w3c-ccg.github.io/vp-request-spec/) | https://github.com/w3c-ccg/vp-request-spec | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 89 | | [vc-di-bbs2023](https://w3c.github.io/vc-di-bbs/) | https://w3c.github.io/vc-di-bbs/ | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 90 | | [blockchain-links](https://w3c-ccg.github.io/blockchain-links/) | https://github.com/w3c-ccg/blockchain-links | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 91 | | [btcr method](https://w3c-ccg.github.io/didm-btcr/) | https://github.com/w3c-ccg/didm-btcr | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 92 | | [did:web method](https://w3c-ccg.github.io/did-method-web/) | https://github.com/w3c-ccg/did-method-web | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 93 | | [did:key method](https://w3c-ccg.github.io/did-method-key/) | https://github.com/w3c-ccg/did-method-key | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 94 | | [WebKMS](https://w3c-ccg.github.io/webkms/) | https://github.com/w3c-ccg/webkms | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 95 | | [Object Capabilities for Linked Data](https://w3c-ccg.github.io/zcap-ld/) | https://github.com/w3c-ccg/zcap-ld | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | ? 96 | | [Credential Handler API and Polyfill](https://w3c-ccg.github.io/credential-handler-api/) | https://github.com/w3c-ccg/credential-handler-api/ https://github.com/digitalbazaar/credential-handler-polyfill | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | TBD WG 97 | | [DID Resolution](https://w3c-ccg.github.io/did-resolution/) | https://github.com/w3c-ccg/did-resolution | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) 0.2.0 | [Published Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.ieubxu1w3ksi) | ? 98 | | [Multihash](https://w3c-ccg.github.io/multihash/index.xml) | https://github.com/w3c-ccg/multihash | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) 0.1 | [Published Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.ieubxu1w3ksi) | IETF 99 | | [Hashlink](https://w3c-ccg.github.io/hashlink/) | https://github.com/w3c-ccg/hashlink/ | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) 0.1 | [Published Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.ieubxu1w3ksi) | IETF 100 | | [Multibase](https://w3c-ccg.github.io/multibase/) | https://github.com/w3c-ccg/multibase | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) 0.1 | [Published Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.ieubxu1w3ksi) | IETF 101 | | [Verifiable Credentials JSON Schemas](https://lists.w3.org/Archives/Public/public-credentials/2019Oct/att-0033/workday-credential-schemas.md) | https://github.com/w3c-ccg/vc-json-schemas | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | ? 102 | | [Universal Wallet Interop Spec](https://w3c-ccg.github.io/universal-wallet-interop-spec) | https://github.com/w3c-ccg/universal-wallet-interop-spec | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | ? 103 | | [Linked Data Signature ed25519 2020](https://w3c-ccg.github.io/lds-ed25519-2020/) | [https://github.com/w3c-ccg/lds-ed25519-2020](https://github.com/w3c-ccg/lds-ed25519-2020) | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | 104 | | [Verifiable Conditions](https://github.com/w3c-ccg/verifiable-conditions) | [https://github.com/w3c-ccg/verifiable-conditions](https://github.com/w3c-ccg/verifiable-conditions) | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | ? 105 | | [Traceability Interoperability Profile](https://github.com/w3c-ccg/traceability-interop) | [https://github.com/w3c-ccg/traceability-interop](https://github.com/w3c-ccg/traceability-interop) | [Rough Draft](https://w3c-ccg.github.io/traceability-interop/) | [Unreleased Draft](https://w3c-ccg.github.io/traceability-interop/) | ? 106 | | [Ethereum EIP712 Signature 2021](https://github.com/w3c-ccg/ethereum-eip712-signature-2021-spec) | [https://github.com/w3c-ccg/ethereum-eip712-signature-2021-spec](https://github.com/w3c-ccg/ethereum-eip712-signature-2021-spec) | [Rough Draft](https://w3c-ccg.github.io/ethereum-eip712-signature-2021-spec/) | [Unreleased Draft](https://w3c-ccg.github.io/ethereum-eip712-signature-2021-spec/) | ? 107 | | [did-pkh](https://github.com/w3c-ccg/did-pkh ) | [https://github.com/w3c-ccg/did-pkh](https://github.com/w3c-ccg/did-pkh ) | Rough Draft | | ? 108 | | [did-tz](https://github.com/w3c-ccg/did-tz) | [https://github.com/w3c-ccg/did-tz](https://github.com/w3c-ccg/did-tz) | Rough Draft | | ? 109 | | [BBS LDP JSON pointer normalization](https://github.com/w3c-ccg/BBS-LDP-JSON-Pointer-Normalization) | [https://github.com/w3c-ccg/BBS-LDP-JSON-Pointer-Normalization](https://github.com/w3c-ccg/BBS-LDP-JSON-Pointer-Normalization) | Rough Draft | | ? 110 | | [Merkle Disclosure2021](https://github.com/w3c-ccg/Merkle-Disclosure-2021) | [https://github.com/w3c-ccg/Merkle-Disclosure-2021](https://github.com/w3c-ccg/Merkle-Disclosure-2021) | Rough Draft | | ? 111 | | [Verifiable Driver's License Vocabulary](https://github.com/w3c-ccg/vdl-vocab) [& Test Suite](https://github.com/w3c-ccg/vdl-test-suite) | [https://github.com/w3c-ccg/vdl-vocab](https://github.com/w3c-ccg/vdl-vocab) [https://github.com/w3c-ccg/vdl-test-suite](https://github.com/w3c-ccg/vdl-test-suite) | Rough Draft | [Unofficial Draft - Vocab](https://w3c-ccg.github.io/vdl-vocab/) [Unofficial Report](https://w3c-ccg.github.io/vdl-test-suite/) | ? 112 | | [Verifiable Credentials Refresh 2021](https://github.com/w3c-ccg/vc-refresh-2021) | [https://github.com/w3c-ccg/vc-refresh-2021](https://github.com/w3c-ccg/vc-refresh-2021) | Rough Draft | | ? 113 | | [ECDSA Secpr1 Cryptosuite v2019](https://github.com/w3c-ccg/di-ecdsa-secpr1-2019) | [https://github.com/w3c-ccg/di-ecdsa-secpr1-2019](https://github.com/w3c-ccg/di-ecdsa-secpr1-2019) | Rough Draft | [Unofficial Draft](https://w3c-ccg.github.io/di-ecdsa-secpr1-2019/) | ? 114 | 115 | #### Community Notes 116 | 117 | | Work Item | Github Repo | Current Stage | Next Stage | Target | 118 | | --------- |:-------------:|:-----:|:-----:|:-----:| 119 | | [Linked Data Signatures for JWS](https://w3c-ccg.github.io/lds-jws2020/) | https://github.com/w3c-ccg/lds-jws2020 | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | 120 | | [VC Examples](https://w3c-ccg.github.io/vc-examples/) | https://github.com/w3c-ccg/vc-examples | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | 121 | | [DID Primer](https://w3c-ccg.github.io/did-primer/) | https://github.com/w3c-ccg/did-primer | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | DID WG 122 | | [DID Engagement spreadsheet](https://docs.google.com/spreadsheets/d/1ZDHH1p4EBjxVqQJyO07gWOowhrsW2hrkRH2kgNzt0y0/edit#gid=1477995692) | None | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | DID WG 123 | | [Privacy & Security Requirements for Credentials Ecosystem](https://goo.gl/ZeyJUS) | None | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | VCWG 2.0 124 | | [CCG 101](https://github.com/w3c-ccg/CCG101) | https://github.com/w3c-ccg/CCG101 | Started 12/2020 | | 125 | | [VC API Use Cases](https://github.com/w3c-ccg/vc-api-use-cases) | [https://github.com/w3c-ccg/vc-api-use-cases] | | | 126 | | [VC ED Use Cases](https://w3c-ccg.github.io/vc-ed-use-cases/) | [https://github.com/w3c-ccg/vc-ed-use-cases] | Started 01/2021 | | 127 | | [VC ED Models](https://w3c-ccg.github.io/vc-ed-models/) | [https://github.com/w3c-ccg/vc-ed-models] | Started 10/2020 | | 128 | | [VC API Use Cases](https://github.com/w3c-ccg/vc-api-use-cases) | [https://github.com/w3c-ccg/vc-api-use-cases](https://github.com/w3c-ccg/vc-api-use-cases) | [Rough Draft](https://w3c-ccg.github.io/vc-api-use-cases/) | | ? 129 | | [Co-operative Credentials](https://github.com/w3c-ccg/Co-operative-Credentials) | [https://github.com/w3c-ccg/Co-operative-Credentials](https://github.com/w3c-ccg/Co-operative-Credentials) | [Rough Draft](https://github.com/w3c-ccg/Co-operative-Credentials) | | 130 | 131 | 132 | 133 | 134 | #### Community Commentary 135 | 136 | | Work Item | Github Repo | Current Stage | Next Stage | 137 | | --------- |:-------------:|:-----:|:-----:| 138 | | [W3C CCG Process](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/view#) | https://github.com/w3c-ccg/w3c-ccg-process | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | 139 | | [Registries Process](https://lists.w3.org/Archives/Public/public-credentials/2017Dec/0020.html) | https://github.com/w3c-ccg/registries-process | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | 140 | | [Data Minimization & Selective Disclosure](https://w3c-ccg.github.io/data-minimization/) | https://github.com/w3c-ccg/data-minimization | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | [Released Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.b096rinpbzxr) | 141 | | [Engagement Model (Amira)](https://github.com/WebOfTrustInfo/rwot5-boston/blob/master/final-documents/amira.md) | https://github.com/w3c-ccg/amira | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | [Unreleased Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.i7h7vh6gfbpv) | 142 | | [NIST Digital Identity Guidelines Comments](https://w3c-ccg.github.io/nist-dig-comments/) | [https://github.com/w3c-ccg/nist-dig-comments](https://github.com/w3c-ccg/nist-dig-comments) | [Rough Draft](https://docs.google.com/document/d/1vj811aUbs8GwZUNo-LIFBHafsz4rZTSnRtPv7RQaqNc/edit#heading=h.5o3nq8ktk0e2) | 143 | 144 | 145 | ## Archived Work Items 146 | - [Functional Identity](https://github.com/WebOfTrustInfo/rwot6-santabarbara/blob/master/topics-and-advance-readings/functional-identity-primer.md) 147 | --------------------------------------------------------------------------------