Versions in this module Expand all Collapse all v0 v0.0.2 Feb 5, 2026 v0.0.1 Feb 5, 2026 Changes in this version + func NewWithCallback(realm string, authenticate AuthenticateFunc) (auth.AccessController, error) + func NewWithCreds(realm string, creds []config.UserCreds) (auth.AccessController, error) + type AuthenticateFunc func(username string, password string) (bool, error)