Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordAuthenticator ¶
type PasswordAuthenticator struct {
// contains filtered or unexported fields
}
func NewCSV ¶
func NewCSV(path string) (*PasswordAuthenticator, error)
NewCSV returns a PasswordAuthenticator, populated from a CSV file. The CSV file must contain records in the format "password,username,useruid"
func (*PasswordAuthenticator) AuthenticatePassword ¶
Click to show internal directories.
Click to hide internal directories.