Skip to content

Commit

Permalink
Merge branch 'main' into feat/composition-default-authmode (generated)
Browse files Browse the repository at this point in the history
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
  • Loading branch information
algolia-bot and shortcuts committed Nov 18, 2024
1 parent 0e97d38 commit 7a9f5ac
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 7a9f5ac

Please sign in to comment.