user pass to be hash with bcrypt

This commit is contained in:
Jakub Miazek
2023-09-02 15:14:31 +02:00
parent 17bf59a5b6
commit f6b3958d12
3 changed files with 145 additions and 101 deletions

View File

@@ -24,7 +24,7 @@ rich = "*"
cryptography = "*"
pyjwt = {version = "*", extras = ["cryptography"]}
redis = "*"
passlib = "^1.7.4"
passlib = {version = "^1.7.4", extras = ["bcrypt"]}
[tool.poetry.dev-dependencies]
devtools = { extras = ["pygments"], version = "*" }