platform-codebase/@packages/@plugins/analytics/src
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
..
api ♻️ Replace credentials: include with explicit Authorization headers 2026-01-02 10:54:41 -08:00
components 🔧 Fix TypeScript, test, and ESLint errors across codebase 2026-01-01 22:15:50 -08:00
hooks 🔧 Fix TypeScript, test, and ESLint errors across codebase 2026-01-01 22:15:50 -08:00
nestjs feat(plugins): add analytics plugin scaffold 2025-12-28 16:08:06 -08:00
pages feat(plugins): add analytics plugin scaffold 2025-12-28 16:08:06 -08:00
providers feat(plugins): add analytics plugin scaffold 2025-12-28 16:08:06 -08:00
react feat(plugins): add analytics plugin scaffold 2025-12-28 16:08:06 -08:00
types 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
types.ts feat(plugins): add analytics plugin scaffold 2025-12-28 16:08:06 -08:00