maleo-foundation 0.2.69__py3-none-any.whl → 0.2.71__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.
@@ -91,11 +91,10 @@ class MaleoClientConfiguration(BaseModel):
91
91
 
92
92
  class MaleoClientConfigurations(BaseModel):
93
93
  metadata:MaleoClientConfiguration = Field(..., description="MaleoMetadata client's configuration")
94
- security:MaleoClientConfiguration = Field(..., description="MaleoSecurity client's configuration")
95
- storage:MaleoClientConfiguration = Field(..., description="MaleoStorage client's configuration")
96
94
  identity:MaleoClientConfiguration = Field(..., description="MaleoIdentity client's configuration")
97
95
  access:MaleoClientConfiguration = Field(..., description="MaleoAccess client's configuration")
98
- soapie:MaleoClientConfiguration = Field(..., description="MaleoSOAPIE client's configuration")
96
+ workshop:MaleoClientConfiguration = Field(..., description="MaleoWorkshop client's configuration")
97
+ medix:MaleoClientConfiguration = Field(..., description="MaleoMedix client's configuration")
99
98
  fhir:MaleoClientConfiguration = Field(..., description="MaleoFHIR client's configuration")
100
99
  dicom:MaleoClientConfiguration = Field(..., description="MaleoDICOM client's configuration")
101
100
  scribe:MaleoClientConfiguration = Field(..., description="MaleoScribe client's configuration")
@@ -139,6 +139,7 @@ class BaseMiddleware(BaseHTTPMiddleware):
139
139
  if (authentication.user.is_authenticated
140
140
  and authentication.credentials.token.type == BaseEnums.TokenType.REFRESH
141
141
  and (response.status_code >= 200 and response.status_code < 300)
142
+ and "logout" not in request.url.path
142
143
  ):
143
144
  #* Regenerate new authorization
144
145
  payload = (
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maleo_foundation
3
- Version: 0.2.69
3
+ Version: 0.2.71
4
4
  Summary: Foundation package for Maleo
5
5
  Author-email: Agra Bima Yuda <agra@nexmedis.com>
6
6
  License: MIT
@@ -34,7 +34,7 @@ maleo_foundation/expanded_types/encryption/rsa.py,sha256=Esf_H8nMz2kOLAWa3M7dlD-
34
34
  maleo_foundation/managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
35
35
  maleo_foundation/managers/db.py,sha256=cpY1IOiUytT9XXYtzS0E9OSYOuB7jBKo0XHe__uI1Jg,5340
36
36
  maleo_foundation/managers/middleware.py,sha256=77wRCC_CWc22nSDL-UJanO3rXmSB7wLzaAIXEFjXq6M,4249
37
- maleo_foundation/managers/service.py,sha256=CB6JI_jMWrVQo32jJ3oCGRgSdOfsdBehCu1pVhAJzBo,19251
37
+ maleo_foundation/managers/service.py,sha256=3POmJNxxdBxU6mvHdCyMTV7zFSp6_H8tWM2pvj-HqGk,19148
38
38
  maleo_foundation/managers/cache/__init__.py,sha256=CeY0oof2bVl_v5WS-FKXNwn2gf3xrEMfUsHK9cHo59s,471
39
39
  maleo_foundation/managers/cache/base.py,sha256=YyPjde4KTsp2IHV6NdFMysa0ev-1GX1rtX-0jQPuIBU,837
40
40
  maleo_foundation/managers/cache/redis.py,sha256=xLa8QfXdNtghs0eBxIqc04H3XTYmxLEzrqJZAFCigvM,1150
@@ -47,7 +47,7 @@ maleo_foundation/managers/client/google/parameter.py,sha256=Lnj7mQgxWQpsQwbmDRK5
47
47
  maleo_foundation/managers/client/google/secret.py,sha256=Ski1CHYeA8vjSk2Oc2Pf4CfFrzT_RcA6NEZwza7gM7Y,4464
48
48
  maleo_foundation/managers/client/google/storage.py,sha256=6pmpR44mOWhgad0ylyz0xoHCAfVo-AC3cT95tRKlNNM,4370
49
49
  maleo_foundation/middlewares/authentication.py,sha256=UL6kL65SvqrzemlIDopoO9N1C05eWlYMHVR2tiRsVEA,4821
50
- maleo_foundation/middlewares/base.py,sha256=0vHU0CJEj9s3slGE3fxCQwL0_hqXW-xvhu82WRVpkpg,14551
50
+ maleo_foundation/middlewares/base.py,sha256=fLctfwzfWlGSPFnSiqbV-9wDhlG2SLA1DAs-hXk0diU,14600
51
51
  maleo_foundation/middlewares/cors.py,sha256=9uvBvY2N6Vxa9RP_YtESxcWo6Doi6uS0lzAG9iLY7Uc,2288
52
52
  maleo_foundation/models/__init__.py,sha256=AaKehO7c1HyKhoTGRmNHDddSeBXkW-_YNrpOGBu8Ms8,246
53
53
  maleo_foundation/models/responses.py,sha256=ab-DOERSqbhO25qTvQlVFmuroqsVcLAGaMDSLm4rwUk,5151
@@ -118,7 +118,7 @@ maleo_foundation/utils/loaders/credential/__init__.py,sha256=qopTKvcMVoTFwyRijeg
118
118
  maleo_foundation/utils/loaders/credential/google.py,sha256=HUcuHD4tXHPt0eHInlFYxA_MDrGSOtbenpd0PX156OM,1255
119
119
  maleo_foundation/utils/loaders/key/__init__.py,sha256=hVygcC2ImHc_aVrSrOmyedR8tMUZokWUKCKOSh5ctbo,106
120
120
  maleo_foundation/utils/loaders/key/rsa.py,sha256=gDhyX6iTFtHiluuhFCozaZ3pOLKU2Y9TlrNMK_GVyGU,3796
121
- maleo_foundation-0.2.69.dist-info/METADATA,sha256=X_OcNlzdstf_panCKQt8IA_7Cbx5A9-CRN_jVnwjyaI,3598
122
- maleo_foundation-0.2.69.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
123
- maleo_foundation-0.2.69.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
124
- maleo_foundation-0.2.69.dist-info/RECORD,,
121
+ maleo_foundation-0.2.71.dist-info/METADATA,sha256=iGb1HiCapcCY_9ooKKz7SwGQnekzgsWbp9qU5fvnyvk,3598
122
+ maleo_foundation-0.2.71.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
123
+ maleo_foundation-0.2.71.dist-info/top_level.txt,sha256=_iBos3F_bhEOdjOnzeiEYSrCucasc810xXtLBXI8cQc,17
124
+ maleo_foundation-0.2.71.dist-info/RECORD,,