pomerium/internal/urlutil
Kenneth Jenkins c848c225e8
multi-domain login redirects (#5564)
Add a new 'depends_on' route configuration option taking a list of 
additional hosts to redirect through on login. Update the authorize 
service and proxy service to support a chain of /.pomerium/callback
redirects. Add an integration test for this feature.
2025-04-04 13:14:30 -07:00
..
errors.go
hostedauthenticate.go stub out HPKE public key fetch for self-hosted authenticate (#4360) 2023-07-13 10:04:34 -07:00
hostedauthenticate_test.go stub out HPKE public key fetch for self-hosted authenticate (#4360) 2023-07-13 10:04:34 -07:00
known.go hpke: compress query string (#4147) 2023-05-02 14:12:34 -06:00
known_test.go change Policy.Matches to accept a URL pointer (#5360) 2024-11-07 14:55:44 -05:00
proxy.go multi-domain login redirects (#5564) 2025-04-04 13:14:30 -07:00
query_params.go multi-domain login redirects (#5564) 2025-04-04 13:14:30 -07:00
signed.go core/lint: upgrade golangci-lint, replace interface{} with any (#5099) 2024-05-02 14:33:52 -06:00
signed_test.go cryptutil: use bytes for hmac (#2067) 2021-04-07 14:57:24 -06:00
time.go urlutil: add time validation functions (#3776) 2022-12-02 11:42:56 -07:00
time_test.go upgrade to go v1.24 (#5562) 2025-04-02 15:53:09 -06:00
url.go UDP support (#5390) 2024-12-11 13:07:31 -07:00
url_test.go upgrade to go v1.24 (#5562) 2025-04-02 15:53:09 -06:00
whitelist.go
whitelist_test.go