Documentation
¶
Index ¶
Constants ¶
View Source
const AuthServiceName = `password`
Variables ¶
View Source
var ErrPasswordMismatch = errors.New("password mismatch")
Functions ¶
This section is empty.
Types ¶
type Password ¶
type Password struct {
// contains filtered or unexported fields
}
func NewBasicAuth ¶
func NewBasicAuth(auth authentication.Repository, account account.Repository) *Password
Click to show internal directories.
Click to hide internal directories.