zitadel-oidc/example/server/exampleop
Tim Möhlmann e56783c2cf feat(op): authorize callback handler as argument in legacy server registration
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 14:27:39 +03:00
..
templates implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00
device.go chore(op): upgrade go-chi/chi to v5 (#462) 2023-10-16 11:02:56 +02:00
login.go chore(op): upgrade go-chi/chi to v5 (#462) 2023-10-16 11:02:56 +02:00
op.go feat(op): authorize callback handler as argument in legacy server registration 2024-04-30 14:27:39 +03:00
templates.go implement RFC 8628: Device authorization grant 2023-03-01 08:59:17 +01:00