tzssangglass commented on issue #7924:
URL: https://github.com/apache/apisix/issues/7924#issuecomment-1248838833

   > `{"message":"failed to verify jwt"}`
   
   You can determine where the authentication failed based on the returned HTTP 
status code and error log, combined with the jwt-auth code. ref: 
https://github.com/apache/apisix/blob/master/apisix/plugins/jwt-auth.lua
   
   > 请问除了这2个还有啥需要校验吗?
   
   APISIX will find the secret from the consumer corresponding to the request 
and use this secret to complete the JWT authentication.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to