add UserPassAuthenticator

This commit is contained in:
Looly
2021-06-16 11:40:10 +08:00
parent 5dcc4eb57c
commit cdca396da3
3 changed files with 58 additions and 2 deletions

View File

@@ -3,15 +3,16 @@
-------------------------------------------------------------------------------------------------------------
# 5.7.2 (2021-06-17)
# 5.7.2 (2021-06-16)
### 🐣新特性
* 【core 】 增加UserPassAuthenticator
### 🐞Bug修复
-------------------------------------------------------------------------------------------------------------
# 5.7.1 (2021-06-17)
# 5.7.1 (2021-06-16)
### 🐣新特性
* 【db 】 NamedSql支持in操作(issue#1652@Github)