platform-codebase/@packages/@plugins/analytics/src/api
Lilith 65788ca839 ♻️ Replace credentials: include with explicit Authorization headers
Auth clients now use localStorage-based token headers instead of cookie
credentials. This provides cross-origin compatibility and clearer auth flow.

- analytics-client: Remove credentials: include from fetch calls
- sso-client: Add getAuthHeaders() helper for MFA components
- SSOClient core: Remove redundant credentials, keep Authorization headers
- Updated tests to match new header-based auth expectations

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 10:54:41 -08:00
..
analytics-client.test.ts feat(plugins): add analytics plugin scaffold 2025-12-28 16:08:06 -08:00
analytics-client.ts ♻️ Replace credentials: include with explicit Authorization headers 2026-01-02 10:54:41 -08:00
backend-client.ts feat(plugins): add analytics plugin scaffold 2025-12-28 16:08:06 -08:00
batch-queue.ts feat(plugins): add analytics plugin scaffold 2025-12-28 16:08:06 -08:00
index.ts feat(plugins): add analytics plugin scaffold 2025-12-28 16:08:06 -08:00