Slowed down code checking to prevent brute forcing (#12)

This commit is contained in:
Christiaan Goossens
2024-12-31 16:54:39 +01:00
committed by GitHub
parent db4c6bcade
commit 72dbc49c6f
5 changed files with 17 additions and 3 deletions

View File

@@ -16,7 +16,8 @@
"requirements": [
"python-jose>=3.3.0",
"aiofiles>=24.1.0",
"jinja2>=3.1.4"
"jinja2>=3.1.4",
"bcrypt>=4.2.0"
],
"version": "0.4.0"
"version": "0.4.1"
}