diff --git a/backend/app/services/jwt.py b/backend/app/services/jwt.py index 355ecea..61853f6 100644 --- a/backend/app/services/jwt.py +++ b/backend/app/services/jwt.py @@ -9,7 +9,7 @@ JWT_SUBJECT = "access" ALGORITHM = "HS256" -ACCESS_TOKEN_EXPIRE_MINUTES = 60 * 24 * 7 # one week +ACCESS_TOKEN_EXPIRE_MINUTES = 60 # one week def create_jwt_token(