Skip to content

Commit ff9c21b

Browse files
committed
fix bad link
1 parent 85752ac commit ff9c21b

File tree

1 file changed

+2
-1
lines changed
  • website/src/pages/docs/features

1 file changed

+2
-1
lines changed

website/src/pages/docs/features/jwt.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ npm i @graphql-yoga/plugin-jwt
2525

2626
> ℹ️ If you are using [GraphQL-Mesh](https://the-guild.dev/graphql/mesh), you use a higher-level
2727
> 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).
28+
> Please refer to
29+
> [JWT plugin in GraphQL-Mesh documentation](https://the-guild.dev/graphql/mesh/v1/serve/features/auth/jwt).
2930
3031
This plugin is responsible for validating the JWT, injecting token's payload into the GraphQL
3132
context.

0 commit comments

Comments
 (0)