세션 인터페이스 변경 적용
This commit is contained in:
@ -591,7 +591,7 @@ func (sh *serviceDescription) authorize_dev(w http.ResponseWriter, r *http.Reque
|
||||
Accid: authinfo.Account,
|
||||
})
|
||||
}
|
||||
sh.sessionProvider.Invalidate(authinfo.Account)
|
||||
sh.sessionProvider.RevokeAll(authinfo.Account)
|
||||
}
|
||||
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user