zitadel-oidc/example/server
Tim Möhlmann 37ca0e472a
feat(op): authorize callback handler as argument in legacy server registration (#598)
This change requires an additional argument to the op.RegisterLegacyServer constructor which passes the Authorize Callback Handler.
This allows implementations to use their own handler instead of the one provided by the package.
The current handler is exported for legacy behavior.

This change is not considered breaking, as RegisterLegacyServer is flagged experimental.

Related to https://github.com/zitadel/zitadel/issues/6882
2024-04-30 20:27:12 +03:00
..
dynamic chore(op): upgrade go-chi/chi to v5 (#462) 2023-10-16 11:02:56 +02:00
exampleop feat(op): authorize callback handler as argument in legacy server registration (#598) 2024-04-30 20:27:12 +03:00
storage feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
main.go feat: go 1.22 and slog migration (#557) 2024-02-28 10:44:14 +01:00
service-key1.json docs(example): implement OpenID Provider (#165) 2022-04-21 17:54:00 +02:00