3
0

login/logout only valid from some origin as host (and host is already checked by hypercorn)

This commit is contained in:
2022-04-08 17:39:58 +02:00
parent 156e11a882
commit 2a778ff46c
3 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -21,8 +21,8 @@ packages = find:
python_requires = >=3.9
install_requires =
trio
quart-trio
quart
quart-trio
hypercorn[trio]
PyYAML
protobuf