security: add RBAC, HTTPS enforcement; add tests and CI pytest step

This commit is contained in:
TLimoges33
2025-08-28 17:29:16 +00:00
parent a2b8950d9a
commit f0c61de280
16 changed files with 271 additions and 198 deletions
+5 -3
View File
@@ -6,6 +6,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check Python syntax
run: python -m py_compile modern/backend/server.py
- name: Check frontend package.json
run: cat modern/frontend/package.json
run: python -m py_compile modern/backend/*.py
- name: Run tests
run: |
python -m pip install -r modern/backend/requirements_full.txt
pytest -q