SylviaBABY commented on code in PR #6895:
URL: https://github.com/apache/apisix/pull/6895#discussion_r854914239


##########
docs/zh/latest/plugins/jwt-auth.md:
##########
@@ -23,49 +29,62 @@ title: jwt-auth
 
 ## 描述
 
-`jwt-auth` 是一个认证插件,它需要与 `consumer` 一起配合才能工作。
+`jwt-auth` 插件用于将 [JWT](https://jwt.io/) 身份验证添加到 
[Service](../terminology/service.md) 或 [Route](../terminology/route.md) 中。
 
-添加 JWT Authentication 到一个 `service` 或 `route`。 然后 `consumer` 
将其密钥添加到查询字符串参数、请求头或 `cookie` 中以验证其请求。
+然后 Consumer 需要将其密匙添加到查询字符串参数、请求头或 `cookie` 中用来验证其请求。

Review Comment:
   ```suggestion
   之后 Consumer 会将其密匙添加到查询字符串参数、请求头或 `cookie` 中用来验证其请求。
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to