You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.
Part of task #106 involves satisfying an interface from the httpsignatures-go library we're using to sign and verify http signatures. The library adds the key-id header parameter automatically. And we want to use did:key URLs as keyID in the signed HTTP messages.
Verifiers can simply dereference the did:key URLs into a verification key to authenticate the sender of the message without the sender having to pre-register their internal kid with the verifier.
The text was updated successfully, but these errors were encountered:
llorllale
changed the title
zcaps: should depend on implementation-specific key functions
zcaps: should not depend on implementation-specific key functions
Nov 5, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Part of task #106 involves satisfying an interface from the
httpsignatures-go
library we're using to sign and verify http signatures. The library adds thekey-id
header parameter automatically. And we want to usedid:key
URLs askeyID
in the signed HTTP messages.Verifiers can simply dereference the
did:key
URLs into a verification key to authenticate the sender of the message without the sender having to pre-register their internalkid
with the verifier.The text was updated successfully, but these errors were encountered: