1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-23 00:40:46 +02:00

Convert legacy request authorization to structured

This commit is contained in:
Joel Speed
2022-04-24 18:44:13 +01:00
parent f403c696de
commit 96d5daaf4f
4 changed files with 96 additions and 13 deletions

View File

@ -54,7 +54,6 @@ var _ = Describe("Load", func() {
Cookie: cookieDefaults(),
Session: sessionOptionsDefaults(),
Templates: templatesDefaults(),
SkipAuthPreflight: false,
Logging: loggingDefaults(),
},
}