Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PasswordVerifier ¶
type PasswordVerifier struct {
// contains filtered or unexported fields
}
PasswordVerifier checks if the current user `matches any of the given passwords
func NewPasswordVerifier ¶
func NewPasswordVerifier(users []*user) *PasswordVerifier
NewPasswordVerifier creates a new instance of PasswordVerifier
Click to show internal directories.
Click to hide internal directories.