Skip to content

Commit

Permalink
feat(specs): default authMode to WithinHeaders for Composition Client (
Browse files Browse the repository at this point in the history
…#4129) (generated) [skip ci]

Co-authored-by: Emmanuel Krebs <[email protected]>
Co-authored-by: shortcuts <[email protected]>
  • Loading branch information
3 people committed Nov 18, 2024
1 parent 08669e2 commit 100ded8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function compositionClient(appId: string, apiKey: string, options?: Clien
logger: createNullLogger(),
requester: createXhrRequester(),
algoliaAgents: [{ segment: 'Browser' }],
authMode: 'WithinQueryParameters',
authMode: 'WithinHeaders',
responsesCache: createMemoryCache(),
requestsCache: createMemoryCache({ serializable: false }),
hostsCache: createFallbackableCache({
Expand Down

0 comments on commit 100ded8

Please sign in to comment.