Skip to content
Snippets Groups Projects
Commit 3a7a3ca9 authored by Lyuben Penkovski's avatar Lyuben Penkovski
Browse files

Merge branch 'issuer-did-from-signer' into 'main'

Use rego builtin function to retrieve issuer DID

See merge request !12
parents faa3aade 0338b94b
Branches
Tags
1 merge request!12Use rego builtin function to retrieve issuer DID
Pipeline #52218 passed
......@@ -2,6 +2,6 @@ package example.returnDID
_ = {
"@context": ["https://www.w3.org/ns/did/v1", "https://w3id.org/security/suites/ed25519-2020/v1"],
"id":"did:web:gaiax.vereign.com:policy:policy:example:returnDID:1.0:evaluation",
"id": issuer().did,
"verificationMethod": keys.getAll()
}
\ No newline at end of file
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment