githubxubin opened a new issue, #8613:
URL: https://github.com/apache/apisix/issues/8613

   ### Description
   
   jwt-auth plugins use:
   
http://url?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJleHAiOjM1NTIyMTk4NTQsImtleSI6Imp3dF9rZXkifQ.Tr9OvZG_ZadNCWoMqkisQ0u5DagqyArZykl6AgDUnlA
   
   the token is true but response is {"message":"failed to verify jwt"}.
   version:
   apache/apisix:2.15.0-alpine
   apache/apisix-dashboard:2.13-alpine
   bitnami/etcd:3.4.15 
   
   jwt config:
   {
     "username": "consumer_jwt",
     "desc": "consumer_jwt",
     "plugins": {
       "jwt-auth": {
         "exp": 1879318541,
         "key": "jwt_key"
       }
     }
   }
   
   ### Environment
   
   - APISIX version (run `apisix version`):
   - Operating system (run `uname -a`):
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:
   - LuaRocks version, for installation issues (run `luarocks --version`):
   


-- 
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