Remove useless fields
This commit is contained in:
parent
44bd8c758f
commit
51a9bb545b
1 changed files with 0 additions and 2 deletions
|
|
@ -91,8 +91,6 @@ type Handler struct {
|
|||
aclRules []aclRule
|
||||
|
||||
// TODO: temporary/deprecated - we should try to reuse existing authentication modules instead!
|
||||
BasicauthUser string `json:"auth_user_deprecated,omitempty"`
|
||||
BasicauthPass string `json:"auth_pass_deprecated,omitempty"`
|
||||
AuthRequired bool `json:"auth_required,omitempty"`
|
||||
AuthCredentials [][]byte `json:"auth_credentials,omitempty"` // slice with base64-encoded credentials
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue