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
Lida Li b541805dc1
Use comma separated multiple values for header (#799)
* Use comma separated value for multiple claims

* Fix lint error

* Fix more tests

* Fix one more test

* Always flatten the headers

* Ensure we test the real multi-groups

* Only update map when necessary

* Update CHANGELOG

* Move to the right location of change log

* Fix blank line
2021-01-22 08:48:34 +00:00
..
basic_session_test.go Refactor organization of scope aware request utils 2021-01-16 13:55:48 -08:00
basic_session.go Refactor organization of scope aware request utils 2021-01-16 13:55:48 -08:00
headers_test.go Use comma separated multiple values for header (#799) 2021-01-22 08:48:34 +00:00
headers.go Use comma separated multiple values for header (#799) 2021-01-22 08:48:34 +00: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 Refactor organization of scope aware request utils 2021-01-16 13:55:48 -08:00
jwt_session.go Refactor organization of scope aware request utils 2021-01-16 13:55:48 -08:00
middleware_suite_test.go Fix import path for v7 (#800) 2020-09-29 17:44:42 +01:00
redirect_to_https_test.go Make HTTPS Redirect middleware Reverse Proxy aware 2021-01-16 13:55:48 -08:00
redirect_to_https.go Make HTTPS Redirect middleware Reverse Proxy aware 2021-01-16 13:55:48 -08:00
scope_test.go Refactor organization of scope aware request utils 2021-01-16 13:55:48 -08:00
scope.go Refactor organization of scope aware request utils 2021-01-16 13:55:48 -08: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 Refactor organization of scope aware request utils 2021-01-16 13:55:48 -08:00
stored_session.go Refactor organization of scope aware request utils 2021-01-16 13:55:48 -08:00