Skip to content

Commit

Permalink
Add Credence ID implementation (#87)
Browse files Browse the repository at this point in the history
* Add Credence ID implementation

* Add TAG "BitstringStatusList"

* Add TAG "BitstringStatusList"

* Add TAG "BitstringStatusList"
  • Loading branch information
naga-cid authored Dec 6, 2024
1 parent 3a98972 commit e30054f
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions implementations/CredenceID.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "CredenceID",
"implementation": "CredenceID",
"verifiers": [
{
"endpoint": "https://verifier.credenceid.com/credentials/verify",
"tags": [
"vc2.0",
"ecdsa-rdfc-2019",
"ecdsa-sd-2023",
"bbs-2023",
"eddsa-rdfc-2022",
"Ed25519Signature2020",
"vc-api",
"BitstringStatusList"
],
"supportedEcdsaKeyTypes": [
"P-256"
],
"supports": {
"vc": [
"1.1",
"2.0"
]
}
}
]
}

0 comments on commit e30054f

Please sign in to comment.