修复JWTSignerUtil中ES256签名不符合规范问题

This commit is contained in:
Looly
2023-07-18 02:44:58 +08:00
parent d606236923
commit aab5ba5098
6 changed files with 270 additions and 4 deletions

View File

@@ -24,6 +24,7 @@
* 【core 】 修复BeanUtil.isCommonFieldsEqual判空导致的问题
* 【extra 】 修复CompressUtil.createArchiver 将文件压缩为tgz时文件名规则无效问题issue#I7LLL7@Gitee
* 【core 】 修复脱敏银行卡号长度bugpr#3210@Github
* 【jwt 】 修复JWTSignerUtil中ES256签名不符合规范问题issue#3205@Github
-------------------------------------------------------------------------------------------------------------
# 5.8.20(2023-06-16)