lazyflat: combined alert + apply behind authenticated web UI
Three isolated services (alert scraper, apply HTTP worker, web UI+DB) with argon2 auth, signed cookies, CSRF, rate-limited login, kill switch, apply circuit breaker, audit log, and strict CSP. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
69f2f1f635
46 changed files with 4183 additions and 0 deletions
8
web/requirements.txt
Normal file
8
web/requirements.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fastapi==0.115.5
|
||||
uvicorn[standard]==0.32.1
|
||||
jinja2==3.1.4
|
||||
argon2-cffi==23.1.0
|
||||
itsdangerous==2.2.0
|
||||
python-multipart==0.0.17
|
||||
python-dotenv==1.0.1
|
||||
requests==2.32.5
|
||||
Loading…
Add table
Add a link
Reference in a new issue