perf: Third-party user login settings default organization

This commit is contained in:
feng
2024-08-01 18:36:01 +08:00
committed by Bryan
parent 96399f8315
commit bd3909ad27
19 changed files with 120 additions and 30 deletions

View File

@@ -183,6 +183,7 @@ class RoleMixin:
is_authenticated: bool
is_valid: bool
id: str
source: str
_org_roles = None
_system_roles = None
PERM_CACHE_KEY = "USER_PERMS_ROLES_{}_{}"