opengist icon indicating copy to clipboard operation
opengist copied to clipboard

[Feature request] Proxy Auth

Open guilhem opened this issue 9 months ago • 1 comments

When using proxy auth like oauth2-proxy, backend can trust some headers for account creation. Like X-Auth-Request-Email. It can be useful to have a auth-trusted-cidr to restrict which service can be trusted.

guilhem avatar Apr 24 '24 14:04 guilhem

An example of a Go program that supports Forward/Proxy Auth: https://github.com/miniflux/v2

Code search: https://github.com/search?q=repo%3Aminiflux%2Fv2%20AuthProxyHeader&type=code

57194 avatar Aug 01 '24 17:08 57194