kenken999's picture
updates
c0e49c1
raw
history blame
106 Bytes
from passlib.context import CryptContext
pwd_context = CryptContext(schemes=["bcrypt"], default="bcrypt")