feat: integrate Supabase authenticated users

- Updated init.js, ai-services-unified.js, user-management.js, telemetry-submission.js, and .taskmasterconfig to support Supabase authentication flow and authenticated gateway calls
This commit is contained in:
Eyal Toledano
2025-06-04 18:53:28 -04:00
parent 58aa0992f6
commit 685365270d
6 changed files with 169 additions and 48 deletions

View File

@@ -95,7 +95,7 @@ describe("Telemetry Submission Service", () => {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-Service-ID": "98fb3198-2dfc-42d1-af53-07b99e4f3bde",
"x-taskmaster-service-id": "98fb3198-2dfc-42d1-af53-07b99e4f3bde",
Authorization: "Bearer test-api-key",
"X-User-Email": "test@example.com",
},