pomerium/internal/authenticateflow
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated (#5340)
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00
..
authenticateflow.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
identityprofile.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
identityprofile_test.go authenticate: rework session ID token handling (#5178) 2024-07-29 12:43:50 -07:00
request.go authenticateflow: add stateful flow (#4822) 2023-12-07 09:54:42 -08:00
request_test.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00
stateful.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
stateful_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
stateless.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00