Versions in this module Expand all Collapse all v1 v1.19.0 Nov 25, 2023 Changes in this version + type AuthUser struct + Pass string + User string + type Authenticator interface + Users func() []string + Verify func(user string, pass string) bool + func NewAuthenticator(users []AuthUser) Authenticator