zitadel-oidc/example/server/exampleop
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
..
templates implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
device.go chore: cleanup unneeded device storage methods (#399) 2023-05-26 10:06:33 +02:00
login.go chore: replace gorilla/mux with go-chi/chi (#332) 2023-03-17 16:36:02 +01:00
op.go feat(op): user slog for logging 2023-08-22 13:16:17 +02:00
templates.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00