We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8780e8d commit a73e6a6Copy full SHA for a73e6a6
services/web/server/src/simcore_service_webserver/security/api.py
@@ -13,8 +13,11 @@
13
14
from ._authz_access_model import AuthContextDict, OptionalContext, RoleBasedAccessModel
15
from ._authz_policy import AuthorizationPolicy
16
+from ._constants import PERMISSION_PRODUCT_LOGIN_KEY
17
from ._identity_api import forget_identity, remember_identity
18
19
+assert PERMISSION_PRODUCT_LOGIN_KEY # nosec
20
+
21
22
def get_access_model(app: web.Application) -> RoleBasedAccessModel:
23
autz_policy: AuthorizationPolicy = app[aiohttp_security.api.AUTZ_KEY]
0 commit comments