Replies: 1 comment 6 replies
-
cc @dholms & @cdata I waffle back and forth on the above, but I'd love to get your take on this |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today most (all?) of us are using the
Authorization: bearer
header. Due to the delegation semantics, this isn't a pure bearer token; it must be delegated to the recipient.The
Authorization
header spec leaves space for more directives.https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Authorization
Do we want to use something like
Authorization: cap <token>
orAuthorization: ucan <token>
?Beta Was this translation helpful? Give feedback.
All reactions