This commit is contained in:
@@ -8,7 +8,7 @@ from passlib.context import CryptContext
|
||||
|
||||
from .settings import settings
|
||||
|
||||
pwd_context = CryptContext(schemes=["bcrypt"], deprecated="auto")
|
||||
pwd_context = CryptContext(schemes=["pbkdf2_sha256"], deprecated="auto")
|
||||
|
||||
|
||||
def hash_password(password: str) -> str:
|
||||
|
||||
Reference in New Issue
Block a user