Skip to content

Commit 216161f

Browse files
authored
Add Netis vpVerifier implementation.
1 parent dc1160e commit 216161f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

implementations/Netis.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@
1111
"supportedEcdsaKeyTypes": ["P-256", "P-384"],
1212
"tags": ["Ed25519Signature2020", "ecdsa-rdfc-2019", "ecdsa-sd-2023", "eddsa-rdfc-2022", "bbs-2023", "vc2.0"]
1313
}],
14-
"vpVerifiers": [],
14+
"vpVerifiers": [
15+
{
16+
"id": "https://test-api.mynext.id",
17+
"endpoint": "https://test-api.mynext.id/api/v1/verifier/presentation/vc-api/verify",
18+
"tags": ["vc2.0"]
19+
}
20+
],
1521
"didResolvers": []
1622
}

0 commit comments

Comments
 (0)