Versions in this module Expand all Collapse all v0 v0.0.6 Mar 15, 2026 Changes in this version + const CredsFieldName + const FilePathFieldName + var Component = &component.Component + type Auth struct + func NewAuth(config *Config) *Auth + func (auth *Auth) Middleware(next http.Handler) http.Handler + type Config struct + Creds mapper.Mapper[*Cred] + FilePath string + func Configuration(config *Config, configurator configurator.Configurator) (*Config, error) + func NewConfig() *Config + type Cred struct + Password string + UserName string + func (c *Cred) String() string