Documentation ¶
Index ¶
Constants ¶
View Source
const ( MD5 = "md5" SHA1 = "sha1" SHA256 = "sha256" ValidUser = true InvalidUser = false BasicAuthHeader = "Basic" BearerTokenAuthHeader = "Bearer" Authorization = "Authorization" )
Variables ¶
This section is empty.
Functions ¶
func HandleUserCredentials ¶
Types ¶
type Authentication ¶
type Authentication struct {
Algorithm string
}
Click to show internal directories.
Click to hide internal directories.