diff --git a/7project/backend/app/services/user_service.py b/7project/backend/app/services/user_service.py index b349284..f46b39c 100644 --- a/7project/backend/app/services/user_service.py +++ b/7project/backend/app/services/user_service.py @@ -102,7 +102,7 @@ bearer_transport = BearerTransport(tokenUrl="auth/jwt/login") def get_jwt_strategy() -> JWTStrategy: - return JWTStrategy(secret=SECRET, lifetime_seconds=3600) + return JWTStrategy(secret=SECRET, lifetime_seconds=604800) auth_backend = AuthenticationBackend(