pypomes-jwt 1.3.0__py3-none-any.whl → 1.3.1__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_config.py CHANGED
@@ -52,7 +52,7 @@ class JwtConfig(Enum):
52
52
  def_value=300)
53
53
  ACCOUNT_LIMIT: int = env_get_int(key=f"{APP_PREFIX}_JWT_ACCOUNT_LIMIT",
54
54
  def_value=5)
55
- DEFAULT_ALGORITHM: _default_algorithm
55
+ DEFAULT_ALGORITHM: JwtAlgorithm = _default_algorithm
56
56
  ENCODING_KEY: bytes = _encoding_key
57
57
  DECODING_KEY: bytes = _decoding_key
58
58
  # recommended: at least 2 hours (set to 24 hours)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pypomes_jwt
3
- Version: 1.3.0
3
+ Version: 1.3.1
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
@@ -1,9 +1,9 @@
1
1
  pypomes_jwt/__init__.py,sha256=vXAeaEnuUqpvGtV465TsW2Lf3ihijrMP2Hm4My79y88,968
2
- pypomes_jwt/jwt_config.py,sha256=E8fGof_krCx2gZ_QCo87tF46J_2OLZk1m9erf3oX4O4,3398
2
+ pypomes_jwt/jwt_config.py,sha256=YV393iI3AMIUL-zqJJMQtuLlPtWdPjQvPG_6viM3wck,3413
3
3
  pypomes_jwt/jwt_pomes.py,sha256=WWmZYVpG6wqlIjcJU3jNyBquCgfB-OcgCJBmm6imL4Q,23524
4
4
  pypomes_jwt/jwt_providers.py,sha256=LL2OxdyGH3_O-qEOVjg_GsPQVRtaSi37AE-BOZ6tiqs,5928
5
5
  pypomes_jwt/jwt_registry.py,sha256=SDP2pFPsbjJ9w3r9c_DPJuN86rdwhHkg3lyX3gTBuNY,22305
6
- pypomes_jwt-1.3.0.dist-info/METADATA,sha256=rEi7d8D9IFLGNgrJph6Dy360rcJG-YQqfH5daeAGei0,660
7
- pypomes_jwt-1.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
- pypomes_jwt-1.3.0.dist-info/licenses/LICENSE,sha256=NdakochSXm_H_-DSL_x2JlRCkYikj3snYYvTwgR5d_c,1086
9
- pypomes_jwt-1.3.0.dist-info/RECORD,,
6
+ pypomes_jwt-1.3.1.dist-info/METADATA,sha256=51c89o0L25L9aMmwSZO_cmS8XwrFOd81KAEfZvO2m34,660
7
+ pypomes_jwt-1.3.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
8
+ pypomes_jwt-1.3.1.dist-info/licenses/LICENSE,sha256=NdakochSXm_H_-DSL_x2JlRCkYikj3snYYvTwgR5d_c,1086
9
+ pypomes_jwt-1.3.1.dist-info/RECORD,,