Versions in this module Expand all Collapse all v1 v1.0.0 Aug 26, 2026 Changes in this version + var WithDeniedHandler = httpauth.WithDeniedHandler + var WithErrorHandler = httpauth.WithErrorHandler + func DecisionFromContext(ctx context.Context) (authorization.Decision, bool) + func ErrorFromContext(ctx context.Context) (error, bool) + func NewHandler(authorizer Authorizer, mapper RequestMapper, next http.Handler, ...) (http.Handler, error) + type Authorizer = httpauth.Authorizer + type Option = httpauth.Option + type RequestMapper = httpauth.RequestMapper