Versions in this module Expand all Collapse all v0 v0.1.0 Aug 15, 2026 Changes in this version + type Authorizer interface + Authorize func(ctx context.Context, bearer string) error + func StaticTokenAuthorizer(token string) Authorizer + type AuthorizerFunc func(ctx context.Context, bearer string) error + func (f AuthorizerFunc) Authorize(ctx context.Context, bearer string) error