Skip to content

Commit d44683f

Browse files
committed
fix: 关闭默认支持 get 请求获取令牌
1 parent b5d9dc1 commit d44683f

File tree

1 file changed

+1
-1
lines changed
  • src/config/plugin/tinywan/jwt

1 file changed

+1
-1
lines changed

src/config/plugin/tinywan/jwt/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949

5050
/** 是否支持 get 请求获取令牌 */
51-
'is_support_get_token' => true,
51+
'is_support_get_token' => false,
5252
/** GET 请求获取令牌请求key */
5353
'is_support_get_token_key' => 'authorization',
5454

0 commit comments

Comments
 (0)