Skip to content

Commit

Permalink
fix: typo in jwt.mdx (#3493)
Browse files Browse the repository at this point in the history
cose snippet is invalid
  • Loading branch information
PolyDevil authored Nov 14, 2024
1 parent b8463ec commit 909ea1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/docs/features/jwt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const yoga = createYoga({
signingKeyProviders: [
createInlineSigningKeyProvider(signingKey),
createRemoteJwksSigningKeyProvider({ jwksUri: 'https://example.com/.well-known/jwks.json' })
]
],
// 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.
tokenLookupLocations: [
Expand Down

0 comments on commit 909ea1d

Please sign in to comment.