pypomes-iam 0.5.4__py3-none-any.whl → 0.5.5__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/provider_pomes.py +1 -1
- {pypomes_iam-0.5.4.dist-info → pypomes_iam-0.5.5.dist-info}/METADATA +1 -1
- {pypomes_iam-0.5.4.dist-info → pypomes_iam-0.5.5.dist-info}/RECORD +5 -5
- {pypomes_iam-0.5.4.dist-info → pypomes_iam-0.5.5.dist-info}/WHEEL +0 -0
- {pypomes_iam-0.5.4.dist-info → pypomes_iam-0.5.5.dist-info}/licenses/LICENSE +0 -0
pypomes_iam/provider_pomes.py
CHANGED
|
@@ -133,7 +133,7 @@ def provider_get_token(provider_id: str,
|
|
|
133
133
|
provider["access-token"] = reply.get("access_token")
|
|
134
134
|
provider["access-expiration"] = now + int(reply.get("expires_in"))
|
|
135
135
|
if reply.get("refresh_token"):
|
|
136
|
-
provider["refresh-token"] = reply["
|
|
136
|
+
provider["refresh-token"] = reply["refresh_token"]
|
|
137
137
|
if reply.get("refresh_expires_in"):
|
|
138
138
|
provider["refresh-expiration"] = now + int(reply.get("refresh_expires_in"))
|
|
139
139
|
else:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pypomes_iam
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.5
|
|
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
|
|
@@ -4,9 +4,9 @@ pypomes_iam/iam_pomes.py,sha256=sB2DDCaN5nN6ehZH4HCsWxPM9IbP5IRt42UhIRtn07Q,2743
|
|
|
4
4
|
pypomes_iam/iam_services.py,sha256=fdpOc6EmCLcMtkhZU5OX9gYJIA1RNyM3JcoMX0RqwXA,11829
|
|
5
5
|
pypomes_iam/jusbr_pomes.py,sha256=cuQWB5OTeAHarmUqAGIU4udSEJA1C6W6lOtauWA7gqw,5904
|
|
6
6
|
pypomes_iam/keycloak_pomes.py,sha256=OvPhfUXpqxll-p6CdRq2j5jp5ST9Z0feXg6TVbqC2cY,6751
|
|
7
|
-
pypomes_iam/provider_pomes.py,sha256=
|
|
7
|
+
pypomes_iam/provider_pomes.py,sha256=EFgWZO7kdUVJ5_z8egdzG9nmmpa7wTXOyo9Ops5NAEE,7236
|
|
8
8
|
pypomes_iam/token_pomes.py,sha256=Bz9pT2oU6jTEr_ZEZEJ3kUjH3TfxRyY1_vR319v6CEo,6692
|
|
9
|
-
pypomes_iam-0.5.
|
|
10
|
-
pypomes_iam-0.5.
|
|
11
|
-
pypomes_iam-0.5.
|
|
12
|
-
pypomes_iam-0.5.
|
|
9
|
+
pypomes_iam-0.5.5.dist-info/METADATA,sha256=FvKoV08gCZ-WvswVzMMlEOFi6jPlNZba7zUPeLtIVLU,694
|
|
10
|
+
pypomes_iam-0.5.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
11
|
+
pypomes_iam-0.5.5.dist-info/licenses/LICENSE,sha256=YvUELgV8qvXlaYsy9hXG5EW3Bmsrkw-OJmmILZnonAc,1086
|
|
12
|
+
pypomes_iam-0.5.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|