mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-08-15 19:30:47 +08:00
Small tweaks
This commit is contained in:
@ -31,7 +31,7 @@ class JWTAuthentication(
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
secret: str,
|
||||
secret: SecretType,
|
||||
lifetime_seconds: int,
|
||||
tokenUrl: str = "auth/jwt/login",
|
||||
name: str = "jwt",
|
||||
|
Reference in New Issue
Block a user