File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
services/web/server/src/simcore_service_webserver/security Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 22
33import contextlib
44import logging
5- from copy import deepcopy
65from typing import Final
76
87from aiocache import cached # type: ignore[import-untyped]
3029 is_user_in_product_name ,
3130)
3231from ._constants import MSG_AUTH_NOT_AVAILABLE , PERMISSION_PRODUCT_LOGIN_KEY
33- from ._identity_service import IdentityStr
32+ from ._identity_web import IdentityStr
3433
3534_logger = logging .getLogger (__name__ )
3635
File renamed without changes.
Original file line number Diff line number Diff line change 1515 is_anonymous ,
1616)
1717from ._constants import PERMISSION_PRODUCT_LOGIN_KEY
18- from ._identity_service import forget_identity , remember_identity
18+ from ._identity_web import forget_identity , remember_identity
1919
2020__all__ : tuple [str , ...] = (
2121 "PERMISSION_PRODUCT_LOGIN_KEY" ,
You can’t perform that action at this time.
0 commit comments