zitadel-oidc/example
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
..
client feat: generic Userinfo and Introspect functions (#389) 2023-05-05 12:36:37 +00:00
server feat(op): user slog for logging 2023-08-22 13:16:17 +02:00
doc.go feat(op): dynamic issuer depending on request / host (#278) 2023-02-09 17:10:22 +01:00