learning_ai_common_plat/packages/feature-flag-client/src
saravanakumardb1 4a47db72ae fix(flags): SSE stream endpoint + client — pass productId via query string
EventSource API cannot set custom headers, so the SSE /flags/stream
endpoint and feature-flag-client were broken for streaming mode:
- Server: accept productId and token from query string as fallback
  when x-product-id / authorization headers are absent
- Client: pass productId (and optional auth token) as query params
  when constructing the EventSource URL
2026-03-21 12:12:14 -07:00
..
client.test.ts feat(packages): fix test assertions for x-request-id header compatibility 2026-03-02 09:08:45 -08:00
client.ts fix(flags): SSE stream endpoint + client — pass productId via query string 2026-03-21 12:12:14 -07:00
index.ts feat(flags): production-grade feature flag system — multi-variate, segments, audit, SSE, scheduling, prerequisites 2026-03-21 11:44:49 -07:00
types.ts feat(flags): production-grade feature flag system — multi-variate, segments, audit, SSE, scheduling, prerequisites 2026-03-21 11:44:49 -07:00