Versions in this module Expand all Collapse all v1 v1.0.0 Dec 16, 2024 Changes in this version + type MultiError []error + func (errs MultiError) Error() string + type Union interface + AuthenticateRequest func(r *http.Request) (auth.Strategy, auth.Info, error) + Chain func() []auth.Strategy + func New(strategies ...auth.Strategy) Union