Replies: 3 comments 4 replies
-
jwt-auth.lua:344: phase_func(): failed to fetch JWT token: JWT not found in cookie, client: 172.21.0.1 in error.log, why not fetch in header |
Beta Was this translation helpful? Give feedback.
-
when I check the jwt_auth.lua under /usr/local/apisix in docker:
and check the source code in github
Is there any initialization configuration missing? |
Beta Was this translation helpful? Give feedback.
-
it work in the latest version |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
According to https://apisix.apache.org/docs/apisix/plugins/jwt-auth/;I am already set customer setting, then set the jwt-auth plugin in route use {"header":"X-AccessToken", "disable": false}, and then i request 9080 port use header "X-AccessToken", it not working and response {"message":"Missing JWT token in request"}
Beta Was this translation helpful? Give feedback.
All reactions