-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #391 from deltaDAO/feat/service-credentials-additi…
…onal-check feat: service credentials id check
- Loading branch information
Showing
23 changed files
with
311 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,9 @@ | ||
{ | ||
"title": "Service Self-Description Verifier", | ||
"description": "Visualize and verify service self-descriptions via DID.", | ||
"title": "Service Credential Verifier", | ||
"description": "Visualize and verify service credentials via DID.", | ||
"input": { | ||
"label": "Enter a valid did:op", | ||
"placeholder": "did:op:87152E582e3B05Cc6940E9763b9e0c22eA812448", | ||
"buttonLabel": "Verify" | ||
}, | ||
"serviceSDSection": { | ||
"title": "Service Self-Description", | ||
"badgeLabel": "Verified Self-Description" | ||
}, | ||
"errorSection": { | ||
"title": "Validation Errors", | ||
"badgeLabel": "Invalid Self-Description" | ||
}, | ||
"errorList": { | ||
"invalidDid": "The provided DID:OP does not refer to any DDO.", | ||
"noServiceSD": "The requested DDO does not contain a service self-description.", | ||
"default": "An unexpected error occurred. Please try again later." | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
export interface ServiceCredential { | ||
raw?: string | ||
url?: string | ||
isVerified?: boolean | ||
idMatch?: boolean | ||
} |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
705fef7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
mvg-portal – ./
mvg-portal-git-main-deltadao.vercel.app
mvg-portal-deltadao.vercel.app
v4.minimal-gaia-x.eu
mvg-portal.vercel.app
www.minimal-gaia-x.eu
minimal-gaia-x.eu
portal.minimal-gaia-x.eu