pomerium/authenticate
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
..
events move events.go out of internal/authenticateflow (#4852) 2023-12-11 19:42:56 -08:00
authenticate.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
authenticate_test.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
config.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
handlers.go core/logging: change log.Error function (#5251) 2024-09-05 15:42:46 -06:00
handlers_test.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
identity.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
middleware.go authenticateflow: move stateless flow logic (#4820) 2023-12-06 16:55:57 -08:00
state.go Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00