auth: support multiple AUTHORIZATION_TOKEN in single message - #552
auth: support multiple AUTHORIZATION_TOKEN in single message#552michalhosna wants to merge 1 commit into
Conversation
A token that fails to verify is dropped as a non-viable candidate. The most specific verification error surfaces when nothing in the pool works. Related: - moq-wg/moq-transport#1838 - Semantics of multiple AUTHORIZATION TOKEN parameters in one message - moq-wg/moq-transport#1724 - Which token caused the error
0920918 to
138350f
Compare
|
I found two blocking authorization-contract issues. [IMPORTANT] Invalid tokens must not be dropped when another credential permits the operation. [IMPORTANT] A request token no longer overrides the session grants. For verification, exact head |
|
@mondain I am lost at what reaction/action do you expect from me? Both of those findings work as I intended, do you disagree with my intention or are you raising a question if this was the intention? |
Preparation for #530
Related:
This change is