This commit is contained in:
@@ -7,7 +7,7 @@ DEPRECATED: Этот модуль переносится в auth/core.py
|
||||
"""
|
||||
|
||||
# Импорт базовых функций из core модуля
|
||||
from auth.core import verify_internal_auth, create_internal_session, authenticate
|
||||
from auth.core import authenticate, create_internal_session, verify_internal_auth
|
||||
|
||||
# Re-export для обратной совместимости
|
||||
__all__ = ["verify_internal_auth", "create_internal_session", "authenticate"]
|
||||
__all__ = ["authenticate", "create_internal_session", "verify_internal_auth"]
|
||||
|
||||
Reference in New Issue
Block a user