From e70d98809b6598ba5d0133fd45b58bc80ddb34fe Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 17 Apr 2026 15:35:12 +0200 Subject: [PATCH] Mark task 9 as completed in task list --- Docs/Tasks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Docs/Tasks.md b/Docs/Tasks.md index 9423b31..6648693 100644 --- a/Docs/Tasks.md +++ b/Docs/Tasks.md @@ -176,6 +176,8 @@ Reference: `Docs/Refactoring.md` for full analysis of each issue. **Why this is needed:** Security-sensitive token construction is business logic. Letting the HTTP layer build cookie values means a future maintainer adding a second login endpoint could forget the signing step, creating a silent security regression. +**Status:** Completed ✅ + --- ### Task 10 — Remove the repository import from `utils/setup_utils.py`