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 85752ac commit ff9c21bCopy full SHA for ff9c21b
website/src/pages/docs/features/jwt.mdx
@@ -25,7 +25,8 @@ npm i @graphql-yoga/plugin-jwt
25
26
> ℹ️ If you are using [GraphQL-Mesh](https://the-guild.dev/graphql/mesh), you use a higher-level
27
> plugin to handle the JWT token, and automatically pass the token's payload to the subgraphs.
28
-> Please refer to [JWT plugin in GraphQL-Mesh documentation](TODO).
+> Please refer to
29
+> [JWT plugin in GraphQL-Mesh documentation](https://the-guild.dev/graphql/mesh/v1/serve/features/auth/jwt).
30
31
This plugin is responsible for validating the JWT, injecting token's payload into the GraphQL
32
context.
0 commit comments