Skip to content

Commit fa9dcf0

Browse files
Fixed typo (#6467)
1 parent 0504530 commit fa9dcf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/docs/src/content/gateway/authorization-authentication.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const gatewayConfig = defineConfig({
7878
]
7979
// Configure where to look for the JWT token: in the headers, or cookies.
8080
// By default, the plugin will look for the token in the 'authorization' header only.
81-
tokentokenLookupLocations: [
81+
tokenLookupLocations: [
8282
extractFromHeader({ name: 'authorization', prefix: 'Bearer' }),
8383
extractFromCookie({ name: 'auth' }),
8484
],

0 commit comments

Comments
 (0)