auth-header icon indicating copy to clipboard operation
auth-header copied to clipboard

Decode `Authentication-Info` headers

Open qubyte opened this issue 5 years ago • 0 comments

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.

qubyte avatar Jan 23 '20 12:01 qubyte