This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
W3C Credentials Community Group Charter (2020) | |
This charter was ratified by group consensus on [Date]. The previous revision of the Credentials Community Group Charter is also available for archival and auditing purposes. | |
The mission of the W3C Credentials Community Group is to explore the creation, storage, presentation, verification, and user control of credentials. We focus on a verifiable credential (a set of claims) created by an issuer about a subject — a person, group, or thing — and seek solutions inclusive of approaches such as: self-sovereign identity; presentation of proofs by the bearer; data minimization; and centralized, federated, and decentralized registry and identity systems. Our tasks include drafting and incubating Internet specifications for further standardization and prototyping and testing reference implementations. | |
Scope of Work | |
In general, topics that are “in scope” include anything related to enabling interoperable credentials on the Web. These topics include the following: | |
* S |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html lang="en" dir="ltr"><head> | |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | |
<meta name="generator" content="ReSpec 26.8.12"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<style> | |
span.example-title{text-transform:none} | |
aside.example,div.example,div.illegal-example{padding:.5em;margin:1em 0;position:relative;clear:both} | |
div.illegal-example{color:red} | |
div.illegal-example p{color:#000} | |
aside.example,div.example{padding:.5em;border-left-width:.5em;border-left-style:solid;border-color:#e0cb52;background:#fcfaee} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1", | |
"https://w3id.org/vdl/v1", | |
"https://w3id.org/security/iso18013-5/v1" | |
], | |
"type": [ | |
"VerifiableCredential", | |
"Iso18013DriversLicenseCredential" | |
], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@context": [ | |
"https://www.w3.org/2018/credentials/v1", | |
"https://w3id.org/vdl/v1", | |
"https://w3id.org/security/suites/ed25519-2020/v1", | |
"https://w3id.org/security/bbs/v1" | |
], | |
"issuer": "did:web:multisig.example", | |
"issuanceDate": "2022-01-02T00:16:42.195Z", | |
"type": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html><html lang="en" dir="ltr"><head> | |
<meta content="text/html; charset=utf-8" http-equiv="Content-Type"> | |
<meta name="generator" content="ReSpec 32.1.10"> | |
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> | |
<style> | |
span.example-title{text-transform:none} | |
:is(aside,div).example,div.illegal-example{padding:.5em;margin:1em 0;position:relative;clear:both} | |
div.illegal-example{color:red} | |
div.illegal-example p{color:#000} | |
:is(aside,div).example{border-left-width:.5em;border-left-style:solid;border-color:#e0cb52;background:#fcfaee} |
OlderNewer