zitadel-oidc/pkg/client
Tim Möhlmann f30f0d3ead feat(op): user slog for logging
integrate with golang.org/x/exp/slog for logging.
provide a middleware for request scoped logging.

BREAKING CHANGES:

1. OpenIDProvider and sub-interfaces get a Logger()
method to return the configured logger;
2. AuthRequestError now takes the complete Authorizer,
instead of only the encoder. So that it may use its Logger() method.
3. RequestError now takes a Logger as argument.
2023-08-22 13:16:17 +02:00
..
profile Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
rp feat(op): user slog for logging 2023-08-22 13:16:17 +02:00
rs feat: generic Userinfo and Introspect functions (#389) 2023-05-05 12:36:37 +00:00
tokenexchange feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
client.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
integration_test.go feat(rp): return oidc.Tokens on token refresh (#423) 2023-08-18 14:36:39 +02:00
jwt_profile.go feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00
key.go feat: add context to all client calls (#345) 2023-03-23 15:31:38 +01:00