ragflow
ragflow copied to clipboard
[Feature Request]: logout when somebody closes or unloads the web tab
Is there an existing issue for the same feature request?
- [X] I have checked the existing issues.
Is your feature request related to a problem?
No response
Describe the feature you'd like
logout when somebody closes or unloads the web tab
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response
switch loacalStorage in the utils/authorization-util.ts to sessionStorage
The current login status is determined by the backend. The backend returns 401 to log out.