Versions in this module Expand all Collapse all v1 v1.0.1 Nov 12, 2021 v1.0.0 Nov 11, 2021 Changes in this version + func New(ctx context.Context, next http.Handler, config *Config, name string) (http.Handler, error) + type Config struct + ClientId string + ClientSecret string + ForwardedAuthHeader string + IntrospectUrl string + Jwks string + VerifyJwt bool + func CreateConfig() *Config + type PhantomPlugin struct + func (a *PhantomPlugin) ServeHTTP(rw http.ResponseWriter, origReq *http.Request)