pomerium/pkg/identity
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
..
identity core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
legacymanager Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
manager Fix many instances of contexts and loggers not being propagated (#5340) 2024-10-25 14:50:56 -04:00
oauth logging: remove ctx from global log methods (#5337) 2024-10-23 14:18:52 -06:00
oidc oidc: add more unit tests (#5174) 2024-07-22 14:28:39 -07:00
claims.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
claims_test.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
mock_provider.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00
providers.go core/identity: dynamic authenticator registration (#5105) 2024-05-07 16:45:39 -06:00