auth-header
auth-header copied to clipboard
Decode `Authentication-Info` headers
Authentication-Info headers are encoded in a similar way to WWW-Authenticate
and Authorization
headers (comma separated). The only difference appears to be that the Authentication-Info
header lacks a scheme.
Since most of the decoding is shared with the headers this library already handles, and since this is also an auth related header, it'd be nice to have functionality to decode these within auth-header.