pypomes-iam 0.4.6__py3-none-any.whl → 0.4.7__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.
Potentially problematic release.
This version of pypomes-iam might be problematic. Click here for more details.
- pypomes_iam/jusbr_pomes.py +1 -2
- pypomes_iam/keycloak_pomes.py +1 -2
- {pypomes_iam-0.4.6.dist-info → pypomes_iam-0.4.7.dist-info}/METADATA +1 -1
- {pypomes_iam-0.4.6.dist-info → pypomes_iam-0.4.7.dist-info}/RECORD +6 -6
- {pypomes_iam-0.4.6.dist-info → pypomes_iam-0.4.7.dist-info}/WHEEL +0 -0
- {pypomes_iam-0.4.6.dist-info → pypomes_iam-0.4.7.dist-info}/licenses/LICENSE +0 -0
pypomes_iam/jusbr_pomes.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
from cachetools import Cache, FIFOCache
|
|
3
2
|
from flask import Flask
|
|
4
3
|
from logging import Logger
|
|
@@ -70,7 +69,7 @@ def jusbr_setup(flask_app: Flask,
|
|
|
70
69
|
"client-timeout": client_timeout,
|
|
71
70
|
"recipient-attr": recipient_attribute,
|
|
72
71
|
"base-url": base_url,
|
|
73
|
-
"pk-expiration":
|
|
72
|
+
"pk-expiration": 0,
|
|
74
73
|
"pk-lifetime": public_key_lifetime,
|
|
75
74
|
"cache": cache
|
|
76
75
|
}
|
pypomes_iam/keycloak_pomes.py
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import sys
|
|
2
1
|
from cachetools import Cache, FIFOCache
|
|
3
2
|
from flask import Flask
|
|
4
3
|
from logging import Logger
|
|
@@ -79,7 +78,7 @@ def keycloak_setup(flask_app: Flask,
|
|
|
79
78
|
"client-timeout": client_timeout,
|
|
80
79
|
"recipient-attr": recipient_attribute,
|
|
81
80
|
"base-url": f"{base_url}/realms/{realm}",
|
|
82
|
-
"pk-expiration":
|
|
81
|
+
"pk-expiration": 0,
|
|
83
82
|
"pk-lifetime": public_key_lifetime,
|
|
84
83
|
"cache": cache
|
|
85
84
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pypomes_iam
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.7
|
|
4
4
|
Summary: A collection of Python pomes, penyeach (IAM modules)
|
|
5
5
|
Project-URL: Homepage, https://github.com/TheWiseCoder/PyPomes-IAM
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/TheWiseCoder/PyPomes-IAM/issues
|
|
@@ -2,11 +2,11 @@ pypomes_iam/__init__.py,sha256=KX_QLdqAD-dNUl3G1mDeutxL9e58S9OsMoJlrgM9R28,1027
|
|
|
2
2
|
pypomes_iam/iam_common.py,sha256=duAi5kUpJZTm_66DcamdARLIIhfTvFZLuLcNd4QPel8,9323
|
|
3
3
|
pypomes_iam/iam_pomes.py,sha256=JkvdDZbkcg-xfwcYeUHpvVfpaLcd1pHnCfaVY2NlUyo,24240
|
|
4
4
|
pypomes_iam/iam_services.py,sha256=lNJUwJHGGdcTKtbSzdGH5FeD9yjvXGYjNHApuzyXgxc,11651
|
|
5
|
-
pypomes_iam/jusbr_pomes.py,sha256=
|
|
6
|
-
pypomes_iam/keycloak_pomes.py,sha256=
|
|
5
|
+
pypomes_iam/jusbr_pomes.py,sha256=_BxfQdv9W9lfZr5Nvd-tvSrQCDjCg9eHf07RWwtGNWc,5701
|
|
6
|
+
pypomes_iam/keycloak_pomes.py,sha256=2SvE9Zgsqif_TSp_oJXCBGzSp4DhlLZPlAy_GX50j_g,6718
|
|
7
7
|
pypomes_iam/provider_pomes.py,sha256=vfVaLGYCKSAjoB58CTw4hnUQHriMONHql_5hxjCEeHE,6358
|
|
8
8
|
pypomes_iam/token_pomes.py,sha256=1g6PMNNMbmdwLrsvSXvpO8-zdRhso1IFnwAyndNmV4Q,5332
|
|
9
|
-
pypomes_iam-0.4.
|
|
10
|
-
pypomes_iam-0.4.
|
|
11
|
-
pypomes_iam-0.4.
|
|
12
|
-
pypomes_iam-0.4.
|
|
9
|
+
pypomes_iam-0.4.7.dist-info/METADATA,sha256=cVt4hzMGDSqU-pPt1rKzzkkbamOeMAHjoryaKmmrUWM,694
|
|
10
|
+
pypomes_iam-0.4.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
11
|
+
pypomes_iam-0.4.7.dist-info/licenses/LICENSE,sha256=YvUELgV8qvXlaYsy9hXG5EW3Bmsrkw-OJmmILZnonAc,1086
|
|
12
|
+
pypomes_iam-0.4.7.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|