Add security context to the actor endpoint #109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The actor endpoint includes properties from the security context https://w3id.org/security/v1, including
publicKey,publicKeyPem, andowner.Consumers that parse JSON-LD should see these namespaced identifiers as
https://w3id.org/security#publicKey,https://w3id.org/security#publicKeyPem, andhttps://w3id.org/security#owner.Instead, they get the default namespace,
_:, so they appear as_:publicKey,_:publicKeyPem, and_:owner.Adding the context URL
https://w3id.org/security/v1to the actor output should fix this problem.