Skip to content

Commit

Permalink
Update did.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwa-vyom authored Dec 26, 2023
1 parent 200bae2 commit 73f7d01
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions did.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/jws-2020/v1"
],
"id": "did:web:api.dev.mosip.net:.well-known",
"id": "did:web:vishwa-vyom.github.io:test-project",
"verificationMethod": [
{
"id": "did:web:api.dev.mosip.net:.well-known#key-0",
"id": "did:web:vishwa-vyom.github.io:test-project#key-0",
"type": "JsonWebKey2020",
"controller": "did:web:api.dev.mosip.net:.well-known",
"controller": "did:web:vishwa-vyom.github.io:test-project",
"publicKeyJwk": {
"kty": "EC",
"crv": "secp256k1",
Expand All @@ -18,12 +18,12 @@
}
],
"authentication": [
"did:web:api.dev.mosip.net:.well-known#key-0"
"did:web:vishwa-vyom.github.io:test-project#key-0"
],
"assertionMethod": [
"did:web:api.dev.mosip.net:.well-known#key-0"
"did:web:vishwa-vyom.github.io:test-project#key-0"
],
"keyAgreement": [
"did:web:api.dev.mosip.net:.well-known#key-0"
"did:web:vishwa-vyom.github.io:test-project#key-0"
]
}
}

0 comments on commit 73f7d01

Please sign in to comment.