Skip to content

Instantly share code, notes, and snippets.

@pauldougan
Created May 7, 2024 14:18
Show Gist options
  • Save pauldougan/4b34613960a26016e6c9183da09275c1 to your computer and use it in GitHub Desktop.
Save pauldougan/4b34613960a26016e6c9183da09275c1 to your computer and use it in GitHub Desktop.
example_did.json
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://www.w3.org/ns/security/jwk/v1"
],
"id": "did:web:identity.account.gov.uk",
"assertionMethod": [
{
"id": "cfeebabeeac2d9749993523f143fbc3f8c83411853f2996323a2efbd7acda754",
"type": "JsonWebKey",
"controller": "did:web:staging.identity.account.gov.uk",
"publicKeyJwk": {
"kty": "EC",
"crv": "P-256",
"x": "1_WJai9R0PRJrw12kRRq_dk1Kh5eSll7QYC2JTrY0Hg",
"y": "Wm5YhRJSsXVmAFGCEUgNBJyvR-oAQo2xvYA9DMVMYdk"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment