Skip to content

Commit

Permalink
proofs are getting validated now
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <[email protected]>
  • Loading branch information
mineme0110 committed Nov 19, 2024
1 parent e15e9c2 commit 3a23f1b
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,7 @@ export class ProofsService extends HttpService {
"challenge": "11c91493-01b3-4c4d-ac36-b336bab5bddf",
"domain": "https://example-verifier.com"
},
"proofs":[
{
"schemaId": "https://schema.org/${vu.vu.idInInstance}-${vu.vu.idInTest}-${vu.vu.iterationInScenario}",
"trustIssuers": [
"did:web:atalaprism.io/users/testUser"
]
}
]
"proofs":[]
}`
const res = this.post("present-proof/presentations", payload);
try {
Expand Down

0 comments on commit 3a23f1b

Please sign in to comment.