Small tweaks

This commit is contained in:
François Voron
2021-09-15 16:11:53 +02:00
parent 018771cf73
commit eda3676fd0
2 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ class JWTAuthentication(
def __init__(
self,
secret: str,
secret: SecretType,
lifetime_seconds: int,
tokenUrl: str = "auth/jwt/login",
name: str = "jwt",