feat: Implement external generation import API secured by HMAC-SHA256 signature verification.

This commit is contained in:
xds
2026-02-10 14:06:37 +03:00
parent 00e83b8561
commit a7c2319f13
9 changed files with 313 additions and 15 deletions

4
.vscode/launch.json vendored
View File

@@ -10,7 +10,9 @@
"main:app",
"--reload",
"--port",
"8090"
"8090",
"--host",
"0.0.0.0"
],
"jinja": true,
"justMyCode": true