Skip to content

Commit a511e51

Browse files
algolia-bote-krebsshortcuts
committed
feat(specs): default authMode to WithinHeaders for Composition Client (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]>
1 parent 37b24ea commit a511e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client-composition/builds/browser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function compositionClient(appId: string, apiKey: string, options?: Clien
4040
logger: createNullLogger(),
4141
requester: createXhrRequester(),
4242
algoliaAgents: [{ segment: 'Browser' }],
43-
authMode: 'WithinQueryParameters',
43+
authMode: 'WithinHeaders',
4444
responsesCache: createMemoryCache(),
4545
requestsCache: createMemoryCache({ serializable: false }),
4646
hostsCache: createFallbackableCache({

0 commit comments

Comments
 (0)