|
@@ -10,9 +10,11 @@ import (
|
|
|
"strconv"
|
|
"strconv"
|
|
|
)
|
|
)
|
|
|
|
|
|
|
|
|
|
+// AuthUserKey is the cookie name for user credential in basic auth
|
|
|
const AuthUserKey = "user"
|
|
const AuthUserKey = "user"
|
|
|
|
|
|
|
|
type (
|
|
type (
|
|
|
|
|
+ // Accounts defines a key/value for user/pass list of authorized logins
|
|
|
Accounts map[string]string
|
|
Accounts map[string]string
|
|
|
authPair struct {
|
|
authPair struct {
|
|
|
Value string
|
|
Value string
|