add JWTValidator

This commit is contained in:
Looly
2021-06-20 00:07:44 +08:00
parent a844a81782
commit 59275491de
19 changed files with 579 additions and 144 deletions

View File

@@ -3,7 +3,7 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.2 (2021-06-18)
# 5.7.2 (2021-06-19)
### 🐣新特性
* 【core 】 增加UserPassAuthenticator
@@ -18,6 +18,7 @@
* 【core 】 修复ConcurrencyTester重复使用时开始测试未清空之前任务的问题issue#I3VSDO@Gitee
* 【poi 】 修复使用BigWriter写出ExcelWriter修改单元格值失败的问题issue#I3VSDO@Gitee
* 【jwt 】 修复Hmac算法下生成签名是hex的问题issue#I3W6IP@Gitee
* 【jwt 】 修复TreeUtil.build中deep失效问题issue#1661@Github
-------------------------------------------------------------------------------------------------------------