As it is now, the auth extension discards Proxy-Authorization header and therefore no auth information remains when request is passed to the next handler, which can be limiting for some features like rate limiting (based on auth credentials) ...etc.
I think this has been addressed in #291, are there any plans to support the change, or implementation guidance to contribute ?
Thanks for the amazing work,
As it is now, the auth extension discards
Proxy-Authorization
header and therefore no auth information remains when request is passed to the next handler, which can be limiting for some features like rate limiting (based on auth credentials) ...etc.I think this has been addressed in #291, are there any plans to support the change, or implementation guidance to contribute ?