5 lines
156 B
Python
5 lines
156 B
Python
from passlib.context import CryptContext
|
|
|
|
|
|
JWT_SECRET = "F&M2eb%*T2dnhZqxw^ts6qotqF&M2eb%*T2dnhZqxw^ts6qotq"
|
|
hash_context = CryptContext(schemes=["bcrypt"]) |