Versions in this module Expand all Collapse all v1 v1.2.0 Nov 30, 2024 Changes in this version + type ZitadelAuth struct + AuthZ *authorization.Authorizer[*oauth.IntrospectionContext] + Domain string + Key string + func NewZitadelAuth(conf config.Config) ZitadelAuth + func (za *ZitadelAuth) AllowAnyOfRoles(next http.Handler, roles ...string) http.Handler + func (za *ZitadelAuth) AllowAuthenticated(next http.Handler) http.Handler