security(v3): harden multi-tenant isolation and enhance failure feedback
This commit is contained in:
@@ -12,3 +12,4 @@ class AccountContext(BaseModel):
|
||||
super: bool = False
|
||||
auth_method: str = 'legacy_header'
|
||||
token_payload: Optional[dict] = None
|
||||
auth_error: Optional[str] = None
|
||||
|
||||
Reference in New Issue
Block a user