You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-06-15 00:15:00 +02:00
Merge pull request #339 from omazhary/issue-205
Allow to pass user headers only
This commit is contained in:
@ -156,6 +156,7 @@ func TestBasicAuthPassword(t *testing.T) {
|
||||
opts.ClientSecret = "foobar"
|
||||
opts.CookieSecure = false
|
||||
opts.PassBasicAuth = true
|
||||
opts.PassUserHeaders = true
|
||||
opts.BasicAuthPassword = "This is a secure password"
|
||||
opts.Validate()
|
||||
|
||||
|
Reference in New Issue
Block a user