mindroot 9.21.0__py3-none-any.whl → 9.22.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mindroot/coreplugins/jwt_auth/middleware.py +1 -1
- {mindroot-9.21.0.dist-info → mindroot-9.22.0.dist-info}/METADATA +1 -1
- {mindroot-9.21.0.dist-info → mindroot-9.22.0.dist-info}/RECORD +7 -7
- {mindroot-9.21.0.dist-info → mindroot-9.22.0.dist-info}/WHEEL +0 -0
- {mindroot-9.21.0.dist-info → mindroot-9.22.0.dist-info}/entry_points.txt +0 -0
- {mindroot-9.21.0.dist-info → mindroot-9.22.0.dist-info}/licenses/LICENSE +0 -0
- {mindroot-9.21.0.dist-info → mindroot-9.22.0.dist-info}/top_level.txt +0 -0
|
@@ -166,7 +166,7 @@ async def middleware(request: Request, call_next):
|
|
|
166
166
|
status_code=403,
|
|
167
167
|
content={"detail": "Invalid API key"}
|
|
168
168
|
)
|
|
169
|
-
if request.url.path.startswith("/imgs/") or request.
|
|
169
|
+
if request.url.path.startswith("/imgs/") or request.url.startswith("/manual/"):
|
|
170
170
|
return await call_next(request)
|
|
171
171
|
try:
|
|
172
172
|
path_parts = request.url.path.split('/')
|
|
@@ -1702,7 +1702,7 @@ mindroot/coreplugins/index/static/js/lit-html/node/directives/until.js.map,sha25
|
|
|
1702
1702
|
mindroot/coreplugins/index/static/js/lit-html/node/directives/when.js,sha256=NLe0NJ-6jqjVDUrT_DzmSpREsRaLo1yarzdYcV_5xHY,181
|
|
1703
1703
|
mindroot/coreplugins/index/static/js/lit-html/node/directives/when.js.map,sha256=tOonih_-EaqrunhNGshA9xN--WIVdGikjg8MkVp0itQ,1534
|
|
1704
1704
|
mindroot/coreplugins/jwt_auth/__init__.py,sha256=qFCBnx0oAKTtMSXiPEa7VXOIlWDTU-5CY0XvodgSUlM,79
|
|
1705
|
-
mindroot/coreplugins/jwt_auth/middleware.py,sha256=
|
|
1705
|
+
mindroot/coreplugins/jwt_auth/middleware.py,sha256=05Nx7zqeDgPc_EZ1_uEKtPHp7jFmHDBkiobf0kMOPDM,10918
|
|
1706
1706
|
mindroot/coreplugins/jwt_auth/mod.py,sha256=XqvAwBQVga-foEkziDJnQtISq1NwYcXXuvVRKeewfAQ,2070
|
|
1707
1707
|
mindroot/coreplugins/jwt_auth/role_checks.py,sha256=bruZIIBSOvXNWB1YZ2s5btrbbXNf18w6MdORpJByV60,1555
|
|
1708
1708
|
mindroot/coreplugins/jwt_auth/router.py,sha256=ecXYao_UG33UjQF15Hi-tf_X0eFsqLEldyqGpt7JNSw,1162
|
|
@@ -2273,9 +2273,9 @@ mindroot/protocols/services/stream_chat.py,sha256=fMnPfwaB5fdNMBLTEg8BXKAGvrELKH
|
|
|
2273
2273
|
mindroot/registry/__init__.py,sha256=40Xy9bmPHsgdIrOzbtBGzf4XMqXVi9P8oZTJhn0r654,151
|
|
2274
2274
|
mindroot/registry/component_manager.py,sha256=WZFNPg4SNvpqsM5NFiC2DpgmrJQCyR9cNhrCBpp30Qk,995
|
|
2275
2275
|
mindroot/registry/data_access.py,sha256=81In5TwETpaqnnY1_-tBQM7rfWvUxZUZkG7lEelRUfU,5321
|
|
2276
|
-
mindroot-9.
|
|
2277
|
-
mindroot-9.
|
|
2278
|
-
mindroot-9.
|
|
2279
|
-
mindroot-9.
|
|
2280
|
-
mindroot-9.
|
|
2281
|
-
mindroot-9.
|
|
2276
|
+
mindroot-9.22.0.dist-info/licenses/LICENSE,sha256=8plAmZh8y9ccuuqFFz4kp7G-cO_qsPgAOoHNvabSB4U,1070
|
|
2277
|
+
mindroot-9.22.0.dist-info/METADATA,sha256=hGf2DTrt6CI0Cz-4Fazls25BJmDJKUKEQYer_PC3f8c,1035
|
|
2278
|
+
mindroot-9.22.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
2279
|
+
mindroot-9.22.0.dist-info/entry_points.txt,sha256=0bpyjMccLttx6VcjDp6zfJPN0Kk0rffor6IdIbP0j4c,50
|
|
2280
|
+
mindroot-9.22.0.dist-info/top_level.txt,sha256=gwKm7DmNjhdrCJTYCrxa9Szne4lLpCtrEBltfsX-Mm8,9
|
|
2281
|
+
mindroot-9.22.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|