Skip to content

Commit

Permalink
Add bitstring status list support for SpruceID
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored and BigBlueHat committed Nov 6, 2024
1 parent 6f19bdd commit 6519270
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions implementations/SpruceID.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"supports": {
"vc": ["1.1", "2.0"]
},
"tags": ["vc-api", "Ed25519Signature2020", "JWT", "vc2.0"]
"tags": ["vc-api", "Ed25519Signature2020", "JWT", "vc2.0", "BitstringStatusList"]
}, {
"id": "did:key:z6MkgYAGxLBSXa6Ygk1PnUbK2F7zya8juE9nfsZhrvY7c9GD",
"endpoint": "https://vc.spruceid.xyz/credentials/issue",
Expand All @@ -21,7 +21,7 @@
"supports": {
"vc": ["1.1", "2.0"]
},
"tags": ["vc-api", "eddsa-rdfc-2022", "JWT", "vc2.0"]
"tags": ["vc-api", "eddsa-rdfc-2022", "JWT", "vc2.0", "BitstringStatusList"]
}, {
"id": "did:key:zDnaeqRNmCGRy8f4RgNSoj9YiwG697iWB7htXNX89G8Nu3Hxo",
"endpoint": "https://vc.spruceid.xyz/credentials/issue",
Expand All @@ -33,7 +33,7 @@
"vc": ["1.1", "2.0"]
},
"supportedEcdsaKeyTypes": ["P-256"],
"tags": ["vc-api", "ecdsa-rdfc-2019", "JWT", "vc2.0"]
"tags": ["vc-api", "ecdsa-rdfc-2019", "JWT", "vc2.0", "BitstringStatusList"]
}, {
"id": "did:key:zDnaeqRNmCGRy8f4RgNSoj9YiwG697iWB7htXNX89G8Nu3Hxo",
"endpoint": "https://vc.spruceid.xyz/credentials/issue",
Expand All @@ -45,7 +45,7 @@
"vc": ["1.1", "2.0"]
},
"supportedEcdsaKeyTypes": ["P-256"],
"tags": ["vc-api", "ecdsa-sd-2023", "JWT", "vc2.0"]
"tags": ["vc-api", "ecdsa-sd-2023", "JWT", "vc2.0", "BitstringStatusList"]
}, {
"id": "did:key:z82LkvutaARmY8poLhUnMCAhFbts88q4yDBmkqwRFYbxpFvmE1nbGUGLKf9fD66LGUbXDce",
"endpoint": "https://vc.spruceid.xyz/credentials/issue",
Expand All @@ -57,7 +57,7 @@
"vc": ["1.1", "2.0"]
},
"supportedEcdsaKeyTypes": ["P-384"],
"tags": ["vc-api", "ecdsa-rdfc-2019", "JWT", "vc2.0"]
"tags": ["vc-api", "ecdsa-rdfc-2019", "JWT", "vc2.0", "BitstringStatusList"]
}, {
"id": "did:key:z82LkvutaARmY8poLhUnMCAhFbts88q4yDBmkqwRFYbxpFvmE1nbGUGLKf9fD66LGUbXDce",
"endpoint": "https://vc.spruceid.xyz/credentials/issue",
Expand All @@ -69,7 +69,7 @@
"vc": ["1.1", "2.0"]
},
"supportedEcdsaKeyTypes": ["P-384"],
"tags": ["vc-api", "ecdsa-sd-2023", "JWT", "vc2.0"]
"tags": ["vc-api", "ecdsa-sd-2023", "JWT", "vc2.0", "BitstringStatusList"]
}, {
"id": "did:key:zUC7Ker8jsi8tkhwz9CN1MdmunYbgXg4B7iTWJoPFiPty3ZrFg8j3a5bBX1hozUZxck8C73UunuWBZBy7PtYDCe9XYqGjWzXRqyLFqxWGo5nGArAvndYVqSQJhULMJFq5KKgW2X",
"endpoint": "https://vc.spruceid.xyz/credentials/issue",
Expand All @@ -79,7 +79,7 @@
"supports": {
"vc": ["1.1", "2.0"]
},
"tags": ["vc-api", "bbs-2023", "JWT", "vc2.0"]
"tags": ["vc-api", "bbs-2023", "JWT", "vc2.0", "BitstringStatusList"]
}],
"verifiers": [{
"id": "https://spruceid.com",
Expand All @@ -88,7 +88,7 @@
"vc": ["1.1", "2.0"]
},
"supportedEcdsaKeyTypes": ["P-256", "P-384"],
"tags": ["vc-api", "Ed25519Signature2020", "JWT", "ecdsa-rdfc-2019", "ecdsa-sd-2023", "eddsa-rdfc-2022", "bbs-2023", "vc2.0"]
"tags": ["vc-api", "Ed25519Signature2020", "JWT", "ecdsa-rdfc-2019", "ecdsa-sd-2023", "eddsa-rdfc-2022", "bbs-2023", "vc2.0", "BitstringStatusList"]
}],
"vpVerifiers": [{
"id": "https://spruceid.com",
Expand All @@ -97,7 +97,7 @@
"vc": ["1.1", "2.0"]
},
"supportedEcdsaKeyTypes": ["P-256", "P-384"],
"tags": ["vc-api", "Ed25519Signature2020", "JWT", "ecdsa-rdfc-2019", "ecdsa-sd-2023", "eddsa-rdfc-2022", "bbs-2023", "vc2.0"]
"tags": ["vc-api", "Ed25519Signature2020", "JWT", "ecdsa-rdfc-2019", "ecdsa-sd-2023", "eddsa-rdfc-2022", "bbs-2023", "vc2.0", "BitstringStatusList"]
}],
"didResolvers": [{
"id": "https://spruceid.com",
Expand Down

0 comments on commit 6519270

Please sign in to comment.