Skip to content

Commit

Permalink
Update did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
PatStLouis authored Sep 20, 2024
1 parent 32ccb13 commit af0058e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions did.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/v2"
"https://w3id.org/security/multikey/v1"
],
"id": "did:web:opsecid.github.io:acapy-did-web-demo",
"verificationMethod": [
{
"id": "did:web:opsecid.github.io:acapy-did-web-demo#verkey",
"type": "Ed25519VerificationKey2018",
"id": "did:web:opsecid.github.io:acapy-did-web-demo#key-01",
"type": "Multikey",
"controller": "did:web:opsecid.github.io:acapy-did-web-demo",
"publicKeyBase58": "5ZLWvZXBnDBBWST8PTy2M2RkG74mfnsRLQgVMEvYD5PM"
"publicKeyMultibase": "z6MksjP8kcym3Jj9MroF3DLWt5dCHD6HHiTW9AjUYzXH5s1U"
}
],
"assertionMethod": [
"did:web:opsecid.github.io:acapy-did-web-demo#verkey"
"did:web:opsecid.github.io:acapy-did-web-demo#key-01"
],
"authentication": [
"did:web:opsecid.github.io:acapy-did-web-demo#verkey"
"did:web:opsecid.github.io:acapy-did-web-demo#key-01"
],
"service": [
{
Expand Down

0 comments on commit af0058e

Please sign in to comment.