mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: On window focus, redirect to login if the user has been logged out (#18773)
* /me api * test it * watch for window activation and check auth * simplify * more comment * making ci happy * mypy should ignore tests
This commit is contained in:
committed by
GitHub
parent
94e245d5eb
commit
da3bc48803
@@ -906,6 +906,7 @@ class TestRolePermission(SupersetTestCase):
|
||||
["LocaleView", "index"],
|
||||
["AuthDBView", "login"],
|
||||
["AuthDBView", "logout"],
|
||||
["CurrentUserRestApi", "me"],
|
||||
["Dashboard", "embedded"],
|
||||
["R", "index"],
|
||||
["Superset", "log"],
|
||||
|
||||
Reference in New Issue
Block a user