Versions in this module Expand all Collapse all v0 v0.0.2 Apr 15, 2024 Changes in this version + type Authenticator interface + SetAuth func(envContainer app.EnvContainer, request *http.Request) (bool, error) + func NewEnvAuthenticator(usernameKey string, passwordKey string) Authenticator + func NewMultiAuthenticator(authenticators ...Authenticator) Authenticator + func NewNetrcAuthenticator() Authenticator + func NewNopAuthenticator() Authenticator