Versions in this module Expand all Collapse all v0 v0.8.5 Dec 15, 2025 v0.8.4 Nov 1, 2025 Changes in this version + type Authenticator interface + ValidateUser func(userName string, secret string) (bool, error) + type HtpasswdBackend struct + func NewHtpasswdBackend(c *htpasswd.Container) *HtpasswdBackend + func NewHtpasswdBackendFromMap(m map[string]string) (*HtpasswdBackend, error) + func (h *HtpasswdBackend) ValidateUser(userName string, secret string) (bool, error) + type HtpasswdConfig struct + Keys map[string]string + func NewHtpasswdConfig() *HtpasswdConfig + func (c *HtpasswdConfig) NewHtpasswdBackend() (*HtpasswdBackend, error) + func (c *HtpasswdConfig) Validate() error