Added auth and encryption to the api. Still some bugs, endpoints seem to give http/500 error codes.

This commit is contained in:
kalzu rekku
2024-10-21 23:28:53 +03:00
parent 9b15d5bdeb
commit 6db5290cca
4 changed files with 389 additions and 141 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
cryptography = "*"
[dev-packages]
[requires]
python_version = "3.12"