zitadel / oidc

Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation
https://zitadel.com
Apache License 2.0
1.33k stars 138 forks source link

feat(op): authorize callback handler as argument in legacy server registration #598

Closed muhlemmer closed 4 months ago

muhlemmer commented 4 months ago

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

Definition of Ready

github-actions[bot] commented 4 months ago

:tada: This PR is included in version 3.23.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: