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 10bc0e9 commit b6654fdCopy full SHA for b6654fd
modules/ROOT/pages/authentication-and-authorization/configuration.adoc
@@ -20,7 +20,7 @@ const server = new ApolloServer({
20
const { url } = await startStandaloneServer(server, {
21
listen: { port: 4000 },
22
context: async ({ req }) => ({
23
- token: req.headers.Authorization,
+ token: req.headers.authorization,
24
}),
25
});
26
----
0 commit comments