zitadel-oidc/pkg
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
..
client fix: to propagate context (#593) 2024-04-22 11:40:21 +00:00
crypto feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
http feat: return oidc.Error in case of call token failure (#571) 2024-04-01 13:55:22 +00:00
oidc feat(deps): update go-jose to v4 (#588) 2024-04-11 18:13:30 +03:00
op feat(op): authorize callback handler as argument in legacy server registration (#598) 2024-04-30 20:27:12 +03:00
strings feat: Token Revocation, Request Object and OP Certification (#130) 2021-11-02 13:21:35 +01:00