Skip to content

Commit

Permalink
Remove OAuth2 from various implementation tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 1, 2023
1 parent 91f46ab commit d2d6d58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions implementations/Mavennet.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
"options": {
"type": "Ed25519Signature2018"
},
"tags": ["OAuth2", "vc-api", "Ed25519Signature2018"]
"tags": ["vc-api", "Ed25519Signature2018"]
}],
"verifiers": [{
"id": "",
"endpoint": "https://api.staging.refiner.neoflow.energy/credentials/verify",
"tags": ["OAuth2", "vc-api", "Ed25519Signature2018"]
"tags": ["vc-api", "Ed25519Signature2018"]
}]
}
4 changes: 2 additions & 2 deletions implementations/Mesur.io.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"options": {
"type": "Ed25519Signature2018"
},
"tags": ["OAuth2", "vc-api", "StatusList2021", "Revocation", "Suspension"]
"tags": ["vc-api", "StatusList2021", "Revocation", "Suspension"]
}],
"verifiers": [{
"id": "",
"endpoint": "https://vc.mesur.io/v1/credentials/verify",
"scopes": ["verify:credentials"],
"tags": ["OAuth2", "vc-api", "StatusList2021"]
"tags": ["vc-api", "StatusList2021"]
}]
}

0 comments on commit d2d6d58

Please sign in to comment.