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.
1 parent 7ced58b commit c572df8Copy full SHA for c572df8
fastapi_clerk_auth/__init__.py
@@ -29,7 +29,7 @@ class ClerkConfig(BaseModel):
29
jwks_lifespan: int = 300
30
jwks_headers: Optional[dict[str, Any]] = None
31
jwks_client_timeout: int = 30
32
- leeway: int = 0
+ leeway: float = 0
33
34
35
class HTTPAuthorizationCredentials(FastAPIHTTPAuthorizationCredentials):
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "fastapi_clerk_auth"
3
-version = "0.0.7"
+version = "0.0.8"
4
description = "FastAPI Auth Middleware for Clerk (https://clerk.com)"
5
readme = "README.md"
6
requires-python = ">=3.9"
0 commit comments