jwt basic 1
This commit is contained in:
parent
f333d9ba00
commit
f7a295ba08
2 changed files with 19 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ flask = ">=3.1.0,<4.0.0"
|
|||
pymongo = ">=4.11,<5.0"
|
||||
python-dotenv = ">=1.0.1,<2.0.0"
|
||||
flask-cors = ">=4.0.0,<5.0.0"
|
||||
pyjwt = "^2.10.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^8.3.4"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue