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

Integrate new server implementation into main OAuth2 Proxy

This commit is contained in:
Joel Speed
2021-02-14 17:08:04 +00:00
parent 2c54ee703f
commit 8d2fc409d8
6 changed files with 69 additions and 234 deletions

View File

@ -2341,6 +2341,7 @@ func baseTestOptions() *options.Options {
},
},
}
return opts
}