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
… (generated)

algolia/api-clients-automation#4129

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Emmanuel Krebs <[email protected]>
Co-authored-by: shortcuts <[email protected]>
  • Loading branch information
3 people committed Nov 18, 2024
1 parent 37b24ea commit a511e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-composition/builds/browser.ts
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 a511e51

Please sign in to comment.