app/service/auth.py
@@ -1,4 +1,4 @@ import os.path import os.path import re import uuid import base64 @@ -22,7 +22,7 @@ SECRET_KEY = settings.secret_key ALGORITHM = "HS256" ACCESS_TOKEN_EXPIRE_MINUTES = 3000 ACCESS_TOKEN_EXPIRE_MINUTES = 24*60 pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto")