Skip to content

Commit

Permalink
Accept Person credential in dev/test environments for accredited lawy…
Browse files Browse the repository at this point in the history
…er proof.

Signed-off-by: Emiliano Suñé <[email protected]>
  • Loading branch information
esune committed Apr 5, 2024
1 parent 2b81af9 commit ed22ec0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,15 @@
"issuer_did": "NCwGwDrzbZEqesYQummzWW",
"schema_name": "unverified_person",
"schema_version": "0.4.0"
},
{
"issuer_did": "RGjWbW1eycP7FrMf4QJvX8",
"schema_name": "Person",
"schema_version": "1.0"
}
]
}
],
"requested_predicates": []
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@
"issuer_did": "8Yq7EhKBMujh25NkLGGb2t",
"schema_name": "unverified_person",
"schema_version": "0.4.0"
},
{
"issuer_did": "RGjWbW1eycP7FrMf4QJvX8",
"schema_name": "Person",
"schema_version": "1.0"
}
]
}
Expand Down

0 comments on commit ed22ec0

Please sign in to comment.