We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63673f0 commit 031d4a0Copy full SHA for 031d4a0
src/client/httpClient.ts
@@ -25,7 +25,7 @@ import { getStargateAccessToken } from "../collections/utils";
25
import { EJSON } from "bson";
26
27
const REQUESTED_WITH = LIB_NAME + "/" + LIB_VERSION;
28
-const DEFAULT_AUTH_HEADER = "token";
+const DEFAULT_AUTH_HEADER = "Token";
29
const DEFAULT_METHOD = "get";
30
const DEFAULT_TIMEOUT = 30000;
31
export const AUTH_API_PATH = "/v1/auth";
0 commit comments