Rename session cookie
This commit is contained in:
@@ -256,7 +256,7 @@ func (wc *WebController) serveFile(path string) httprouter.Handle {
|
||||
}
|
||||
|
||||
func (wc *WebController) getAPIKey(r *http.Request) (key string, err error) {
|
||||
if cookie, err := r.Cookie("pd_auth_key"); err == nil {
|
||||
if cookie, err := r.Cookie("nova_auth_key"); err == nil {
|
||||
if len(cookie.Value) == 36 {
|
||||
return cookie.Value, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user