apisix的jwt-auth动态token,配置后,单个请求验证没问题,当请求多时就会出现200和401的问题。同一个路由。为什么,各位大佬求解 #11062
Unanswered
IT-Forerunner
asked this question in
Q&A
Replies: 1 comment
-
try add param secret |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
apisix的jwt-auth动态token,在请求多时会间接出现401的问题,是用一个路由,且tk是正确的。出现401的返回是{"message":"failed to verify jwt"},但是tk确实没问题。用一个路由,有的200 有的401 。验证过不是用tk,请求没问题。也验证过key-auth(静态tk)也没问题,就是jwt-auth会出现这个问题。各位大佬求解

Beta Was this translation helpful? Give feedback.
All reactions