zitadel-oidc/example/server/storage
Tim Möhlmann 0879c88399
feat: add slog logging (#432)
* 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.

* use zitadel/logging

* finish op and testing
without middleware for now

* minimum go version 1.19

* update go mod

* log value testing only on go 1.20 or later

* finish the RP and example

* ping logging release
2023-08-29 14:07:45 +02:00
..
client.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
oidc.go feat: add slog logging (#432) 2023-08-29 14:07:45 +02:00
storage.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
storage_dynamic.go Merge branch 'main' into main-to-next 2023-04-18 12:32:04 +03:00
token.go chore: Make example/server usable for tests (#205) 2022-09-30 07:44:10 +02:00
user.go feat: Token Exchange (RFC 8693) (#255) 2023-02-19 15:57:46 +02:00