1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2024-11-24 08:52:25 +02:00
oauth2-proxy/pkg/middleware
2020-08-31 08:31:45 -07:00
..
basic_session_test.go Add Basic Auth session loader middleware 2020-07-19 17:21:42 +01:00
basic_session.go Allow Logging to stdout with separate Error Log Channel (#718) 2020-08-10 11:44:08 +01:00
healthcheck_test.go (#649) Remove blank helthcheck user agents and paths when setting up the healthcheck middleware 2020-07-06 14:07:38 +12:00
healthcheck.go (#649) Remove blank helthcheck user agents and paths when setting up the healthcheck middleware 2020-07-06 14:07:38 +12:00
jwt_session_test.go Add Basic Auth session loader middleware 2020-07-19 17:21:42 +01:00
jwt_session.go Add x-oauth-basic nosec annotation & address gosec unhandled errors 2020-08-10 15:15:16 -07:00
middleware_suite_test.go Move RedirectToHTTPS to middleware package 2020-07-03 17:19:09 +01:00
redirect_to_https_test.go Use X-Forwarded-Host consistently 2020-08-31 08:31:45 -07:00
redirect_to_https.go Use X-Forwarded-Host consistently 2020-08-31 08:31:45 -07:00
scope_test.go Add request scope middleware 2020-07-19 17:21:42 +01:00
scope.go Add request scope middleware 2020-07-19 17:21:42 +01:00
session_utils_test.go Add Basic Auth session loader middleware 2020-07-19 17:21:42 +01:00
session_utils.go Add Basic Auth session loader middleware 2020-07-19 17:21:42 +01:00
stored_session_test.go Add session loader from session storage 2020-07-19 17:21:42 +01:00
stored_session.go Allow Logging to stdout with separate Error Log Channel (#718) 2020-08-10 11:44:08 +01:00