pypomes-jwt 0.7.5__tar.gz → 0.7.6__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-jwt might be problematic. Click here for more details.
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/PKG-INFO +1 -1
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/pyproject.toml +1 -1
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/src/pypomes_jwt/jwt_pomes.py +1 -1
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/.gitignore +0 -0
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/LICENSE +0 -0
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/README.md +0 -0
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/src/__init__.py +0 -0
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/src/pypomes_jwt/__init__.py +0 -0
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/src/pypomes_jwt/jwt_constants.py +0 -0
- {pypomes_jwt-0.7.5 → pypomes_jwt-0.7.6}/src/pypomes_jwt/jwt_data.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pypomes_jwt
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.6
|
|
4
4
|
Summary: A collection of Python pomes, penyeach (JWT module)
|
|
5
5
|
Project-URL: Homepage, https://github.com/TheWiseCoder/PyPomes-JWT
|
|
6
6
|
Project-URL: Bug Tracker, https://github.com/TheWiseCoder/PyPomes-JWT/issues
|
|
@@ -237,7 +237,7 @@ def jwt_get_tokens(errors: list[str] | None,
|
|
|
237
237
|
logger=logger)
|
|
238
238
|
if not op_errors and \
|
|
239
239
|
(len(recs) == 0 or recs[0][0] != refresh_token):
|
|
240
|
-
|
|
240
|
+
op_errors.append("Invalid refresh token")
|
|
241
241
|
if not op_errors:
|
|
242
242
|
account_claims = jwt_get_claims(errors=op_errors,
|
|
243
243
|
token=refresh_token)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|