pypomes-iam 0.5.4__tar.gz → 0.5.5__tar.gz

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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypomes_iam
3
- Version: 0.5.4
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
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
6
6
 
7
7
  [project]
8
8
  name = "pypomes_iam"
9
- version = "0.5.4"
9
+ version = "0.5.5"
10
10
  authors = [
11
11
  { name="GT Nunes", email="wisecoder01@gmail.com" }
12
12
  ]
@@ -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["refesh_token"]
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:
File without changes
File without changes
File without changes