zitadel-oidc/pkg/op/mock
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
..
authorizer.mock.go feat(op): user slog for logging 2023-08-22 13:16:17 +02:00
authorizer.mock.impl.go chore: replace gorilla/schema with zitadel/schema (#348) 2023-03-28 14:57:27 +03:00
client.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
client.mock.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
configuration.mock.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
discovery.mock.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
generate.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
key.mock.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
signer.mock.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
storage.mock.go upgrade this module to v3 2023-03-20 13:38:21 +02:00
storage.mock.impl.go upgrade this module to v3 2023-03-20 13:38:21 +02:00