We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d9dc1 commit d44683fCopy full SHA for d44683f
src/config/plugin/tinywan/jwt/app.php
@@ -48,7 +48,7 @@
48
},
49
50
/** 是否支持 get 请求获取令牌 */
51
- 'is_support_get_token' => true,
+ 'is_support_get_token' => false,
52
/** GET 请求获取令牌请求key */
53
'is_support_get_token_key' => 'authorization',
54
0 commit comments