1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-07-20 01:58:10 +02:00
pomerium/internal/authenticateflow
Joe Kralicky fe31799eb5
Fix many instances of contexts and loggers not being propagated ()
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 () 2024-07-29 12:43:50 -07:00
identityprofile.go authenticate: rework session ID token handling () 2024-07-29 12:43:50 -07:00
identityprofile_test.go authenticate: rework session ID token handling () 2024-07-29 12:43:50 -07:00
request.go authenticateflow: add stateful flow () 2023-12-07 09:54:42 -08:00
request_test.go
stateful.go Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
stateful_test.go Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00
stateless.go Fix many instances of contexts and loggers not being propagated () 2024-10-25 14:50:56 -04:00