Versions in this module Expand all Collapse all v2 v2.2.0 Mar 8, 2020 Changes in this version + func NewMiddleware(authn Authenticator, whitelist ...string) goa.Middleware + type Authenticator interface + Validate func(r *http.Request) bool + type HtpasswdFile struct + func NewHtpasswdFromFile(path string) (*HtpasswdFile, error) + func (h *HtpasswdFile) Validate(r *http.Request) bool Other modules containing this package github.com/ncarlier/feedpushr/v3