Documentation ¶
Overview ¶
Package auth collects structures and functions around the generation and processing of credentials.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HashBcrypt ¶
Types ¶
type PasswordAuth ¶
PasswordAuth wraps a set of password-based credentials
func RandomPasswordAuth ¶
func RandomPasswordAuth() (*PasswordAuth, error)
func (*PasswordAuth) Htpassword ¶
func (auth *PasswordAuth) Htpassword() (string, error)
Click to show internal directories.
Click to hide internal directories.