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

@@ -30,9 +30,9 @@
"ollamaBaseUrl": "http://localhost:11434/api"
},
"account": {
"userId": "ee196145-8f01-41b9-a9ce-85faae397254",
"email": "eyal@testing.com",
"userId": "1234567890",
"email": "",
"mode": "hosted",
"telemetryEnabled": true
}
}
}