Skip to content

Instantly share code, notes, and snippets.

View msporny's full-sized avatar

Manu Sporny msporny

View GitHub Profile
@msporny
msporny / gist:831e768665a1257f426680b8b51b0009
Last active January 21, 2021 14:06
2021 - W3C CCG Charter Changes
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
<!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}
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://w3id.org/vdl/v1",
"https://w3id.org/security/iso18013-5/v1"
],
"type": [
"VerifiableCredential",
"Iso18013DriversLicenseCredential"
],
@msporny
msporny / gist:ab415042ffd9c06ea3ad1ebd1df1da0a
Last active January 6, 2022 14:57
Verifiable Driver's License with Multiple Data Integrity proofs
{
"@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": [
<!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}