Skip to content

Commit

Permalink
Merge pull request bcgov#195 from esune/feat/use-person-credential
Browse files Browse the repository at this point in the history
Accept Person credential in dev/test environments for accredited lawyer proof
  • Loading branch information
WadeBarnes authored Apr 5, 2024
2 parents 2b81af9 + ed22ec0 commit 20cd78f
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 20cd78f

Please sign in to comment.