From b32b2710d0a741ae66cb15a59654b2bf553090f4 Mon Sep 17 00:00:00 2001 From: HotSwapp <47397945+HotSwapp@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:11:32 -0500 Subject: [PATCH] docs(todo): mark billing batch WS auth as completed --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 062b082..971f174 100644 --- a/TODO.md +++ b/TODO.md @@ -43,6 +43,7 @@ - [x] Add refresh token rotation consistency across all endpoints - [x] Implement multi-factor authentication for admin accounts (SKIPPED - local hosting) - [x] Add password expiration and forced reset policies +- [x] Restrict WS subscriptions for billing batch progress to initiating user or admins ### **Security Middleware** ✅ - [x] Implement rate limiting on all API endpoints (especially search)