We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5fc79af + 401434c commit 41d69edCopy full SHA for 41d69ed
ellar_jwt/module.py
@@ -36,7 +36,7 @@ def setup(
36
jwk_url=jwk_url,
37
leeway=leeway,
38
jti=jti,
39
- lifetime=lifetime or timedelta(minutes=1),
+ lifetime=lifetime or timedelta(minutes=5),
40
json_encoder=json_encoder,
41
)
42
pyproject.toml
@@ -40,7 +40,7 @@ classifiers = [
]
dependencies = [
43
- "ellar >= 0.4.2",
+ "ellar >= 0.4.4",
44
"pyjwt>=1.7.1,<3",
45
"pyjwt[crypto]"
46
@@ -64,7 +64,7 @@ test = [
64
"pytest-cov >= 2.12.0,<5.0.0",
65
"mypy == 1.4.1",
66
"ruff ==0.0.275",
67
- "black == 22.8.0",
+ "black == 23.7.0",
68
"pytest-asyncio",
69
"autoflake",
70
"types-python-dateutil",
0 commit comments