Skip to content

Commit

Permalink
Update did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pallavighule authored Feb 1, 2024
1 parent 051e602 commit 9fbf687
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions .well-known/did.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
{
"did": "did:web:pallavighule.github.io",
"didDocument": {
"@context": [
"https://w3id.org/did/v1",
"https://w3id.org/security/suites/ed25519-2018/v1"
"https://w3id.org/did/v1",
"https://w3id.org/security/suites/ed25519-2018/v1"
],
"id": "did:web:pallavighule.github.io",
"verificationMethod": [
{
"id": "did:web:pallavighule.github.io#key-1",
"type": "Ed25519VerificationKey2018",
"controller": "did:web:pallavighule.github.io",
"publicKeyBase58": "AWd8xW3YJP5qEUDuBLmyMQ7LT6MWAEQHXVasy83WwMpQ"
}
{
"id": "did:web:pallavighule.github.io#key-1",
"type": "Ed25519VerificationKey2018",
"controller": "did:web:pallavighule.github.io",
"publicKeyBase58": "AWd8xW3YJP5qEUDuBLmyMQ7LT6MWAEQHXVasy83WwMpQ"
}
],
"authentication": [
"did:web:pallavighule.github.io#key-1"
"did:web:pallavighule.github.io#key-1"
]
}
}

0 comments on commit 9fbf687

Please sign in to comment.