mirror of
https://github.com/graphql-hive/console
synced 2026-05-23 00:58:36 +00:00
Fixed typo (#6467)
This commit is contained in:
parent
05045306b7
commit
fa9dcf0791
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ export const gatewayConfig = defineConfig({
|
|||
]
|
||||
// Configure where to look for the JWT token: in the headers, or cookies.
|
||||
// By default, the plugin will look for the token in the 'authorization' header only.
|
||||
tokentokenLookupLocations: [
|
||||
tokenLookupLocations: [
|
||||
extractFromHeader({ name: 'authorization', prefix: 'Bearer' }),
|
||||
extractFromCookie({ name: 'auth' }),
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue