diff --git a/flowsint-core/src/flowsint_core/core/auth.py b/flowsint-core/src/flowsint_core/core/auth.py index 6b601bc22..601e2693e 100644 --- a/flowsint-core/src/flowsint_core/core/auth.py +++ b/flowsint-core/src/flowsint_core/core/auth.py @@ -14,7 +14,7 @@ "AUTH_SECRET environment variable is not set. Please set it in your .env file." ) ALGORITHM = "HS256" -ACCESS_TOKEN_EXPIRE_MINUTES = 60 * 60 +ACCESS_TOKEN_EXPIRE_MINUTES = 15 pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto")