zitadel-oidc/example/server/storage
Tim Möhlmann 972b8981e5
feat: go 1.22 and slog migration (#557)
This change adds Go 1.22 as a build target and drops support for Go 1.20 and older. The golang.org/x/exp/slog import is migrated to log/slog.

Slog has been part of the Go standard library since Go 1.21. Therefore we are dropping support for older Go versions. This is in line of our support policy of "the latest two Go versions".
2024-02-28 10:44:14 +01:00
..
client.go Merge branch 'next' into next-main 2023-10-12 16:07:49 +03:00
oidc.go feat: go 1.22 and slog migration (#557) 2024-02-28 10:44:14 +01:00
storage.go fix(examples): Offer Storage with non-global client (#489) 2023-11-20 14:40:42 +02:00
storage_dynamic.go Merge branch 'next' into next-main 2023-10-12 16:07:49 +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