diff --git a/core/service.go b/core/service.go index 7a57e4a..1389d95 100644 --- a/core/service.go +++ b/core/service.go @@ -586,17 +586,8 @@ func (sh *serviceDescription) authorize(w http.ResponseWriter, r *http.Request) "expirein": sh.sessionTTL.Seconds(), }) } else { - - } - - - authinfo, _ := sh.sessionProvider.Query(sk) - if _, ok := sh.bl.get(authinfo.Account); ok { w.WriteHeader(http.StatusUnauthorized) - return } - - return }