Skip to content

Commit

Permalink
Added 'id' fields to issuers.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdml authored and BigBlueHat committed Nov 19, 2024
1 parent aa43f7f commit 09d1fbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions implementations/MakoLab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"implementation": "MakoLab Verifiable Credentials",
"issuers": [
{
"id": "did:key:zDnaeipTBN8tgRmkjZWaQSBFj4Ub3ywWP6vAsgGET922nkvZz",
"endpoint": "https://db.makolab.pro/issuers/credentials/issue",
"method": "POST",
"supportedEcdsaKeyTypes": ["P-256"],
Expand All @@ -12,6 +13,7 @@
"tags": ["ecdsa-rdfc-2019", "vc2.0"]
},
{
"id": "did:key:zDnaeipTBN8tgRmkjZWaQSBFj4Ub3ywWP6vAsgGET922nkvZz",
"endpoint": "https://db.makolab.pro/issuers/sd/credentials/issue",
"method": "POST",
"supportedEcdsaKeyTypes": ["P-256"],
Expand Down

0 comments on commit 09d1fbe

Please sign in to comment.