pomerium/proxy
Kenneth Jenkins b7896b3153
authenticateflow: move stateless flow logic (#4820)
Consolidate all logic specific to the stateless authenticate flow into a
a new Stateless type in a new package internal/authenticateflow. This is
in preparation for adding a new Stateful type implementing the older
stateful authenticate flow (from Pomerium v0.20 and previous).

This change is intended as a pure refactoring of existing logic, with no
changes in functionality.
2023-12-06 16:55:57 -08:00
..
data.go webauthn: require session when accessing /.pomerium/webauthn (#3814) 2022-12-16 10:59:21 -07:00
handlers.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00
handlers_test.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
proxy.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
proxy_test.go config: remove source, remove deadcode, fix linting issues (#4118) 2023-04-21 17:25:11 -06:00
state.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00