pypomes-jwt 1.0.7__py3-none-any.whl → 1.0.8__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-jwt might be problematic. Click here for more details.

pypomes_jwt/jwt_pomes.py CHANGED
@@ -182,7 +182,7 @@ def jwt_validate_token(errors: list[str] | None,
182
182
  elif token_kid and len(token_kid) > 1 and \
183
183
  token_kid[0:1] in ["A", "R"] and token_kid[1:].isdigit():
184
184
  # token was likely issued locally
185
- where_data: dict[str, Any] = {JWT_DB_COL_KID: token_kid}
185
+ where_data: dict[str, Any] = {JWT_DB_COL_KID: int(token_kid[1:])}
186
186
  if account_id:
187
187
  where_data[JWT_DB_COL_ACCOUNT] = account_id
188
188
  recs: list[tuple[str]] = db_select(errors=op_errors,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypomes_jwt
3
- Version: 1.0.7
3
+ Version: 1.0.8
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
@@ -12,5 +12,5 @@ Classifier: Programming Language :: Python :: 3
12
12
  Requires-Python: >=3.12
13
13
  Requires-Dist: cryptography>=44.0.2
14
14
  Requires-Dist: pyjwt>=2.10.1
15
- Requires-Dist: pypomes-core>=1.8.7
16
- Requires-Dist: pypomes-db>=2.0.0
15
+ Requires-Dist: pypomes-core>=1.9.2
16
+ Requires-Dist: pypomes-db>=2.0.3
@@ -0,0 +1,8 @@
1
+ pypomes_jwt/__init__.py,sha256=fLr_M8yXlcmSTNPMdJOJQlMmtaiK5YKh0vKjOp3z2E4,1446
2
+ pypomes_jwt/jwt_constants.py,sha256=IQV39AiZKGuU8XxZBgJ-KJZQZ_mmnxyOnRZeuxlqDRk,4045
3
+ pypomes_jwt/jwt_pomes.py,sha256=Oh4j6sj8DnQaVKzfFkPcCIZU590jXgNoMpWzyKYIdUQ,23224
4
+ pypomes_jwt/jwt_registry.py,sha256=S_-M6rcXwKy73H6uE4EwFx4F1gVfVg_DHCVYsqAbiWU,23005
5
+ pypomes_jwt-1.0.8.dist-info/METADATA,sha256=G3tsXNOnY332OdUz70cngOC9PP4zAwe-X3avwVJPhHM,632
6
+ pypomes_jwt-1.0.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ pypomes_jwt-1.0.8.dist-info/licenses/LICENSE,sha256=NdakochSXm_H_-DSL_x2JlRCkYikj3snYYvTwgR5d_c,1086
8
+ pypomes_jwt-1.0.8.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- pypomes_jwt/__init__.py,sha256=fLr_M8yXlcmSTNPMdJOJQlMmtaiK5YKh0vKjOp3z2E4,1446
2
- pypomes_jwt/jwt_constants.py,sha256=IQV39AiZKGuU8XxZBgJ-KJZQZ_mmnxyOnRZeuxlqDRk,4045
3
- pypomes_jwt/jwt_pomes.py,sha256=6F8qbACz7EdrROf5FgV8Epl0GPm2U2inyHzGQP_d1wQ,23215
4
- pypomes_jwt/jwt_registry.py,sha256=S_-M6rcXwKy73H6uE4EwFx4F1gVfVg_DHCVYsqAbiWU,23005
5
- pypomes_jwt-1.0.7.dist-info/METADATA,sha256=XSuerDeb6EFG1LhmUhao0g14UXe_nqmAroox16CNxVE,632
6
- pypomes_jwt-1.0.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- pypomes_jwt-1.0.7.dist-info/licenses/LICENSE,sha256=NdakochSXm_H_-DSL_x2JlRCkYikj3snYYvTwgR5d_c,1086
8
- pypomes_jwt-1.0.7.dist-info/RECORD,,