Skip to content

Commit

Permalink
release v1.1.25 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroOrInfinity committed May 27, 2021
1 parent d30c429 commit ab1c8d3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spring security 集成 JustAuth 实现第三方授权登录脚手架:

![justAuthSpringSecurity](https://img.shields.io/badge/justAuthSpringSecurity-1.1.24-green.svg)
![justAuthSpringSecurity](https://img.shields.io/badge/justAuthSpringSecurity-1.1.25-green.svg)
![JDK](https://img.shields.io/badge/JDK-1.8+-green.svg)
![Maven](https://img.shields.io/badge/Maven-3.6.3-green.svg)
![MySQL](https://img.shields.io/badge/MySQL-5.7.27-green.svg)
Expand Down
2 changes: 1 addition & 1 deletion Readme.osc.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Spring security 集成 JustAuth 实现第三方授权登录脚手架:

![justAuthSpringSecurity](https://img.shields.io/badge/justAuthSpringSecurity-1.1.24-green.svg)
![justAuthSpringSecurity](https://img.shields.io/badge/justAuthSpringSecurity-1.1.25-green.svg)
![JDK](https://img.shields.io/badge/JDK-1.8+-green.svg)
![Maven](https://img.shields.io/badge/Maven-3.6.3-green.svg)
![MySQL](https://img.shields.io/badge/MySQL-5.7.27-green.svg)
Expand Down
4 changes: 4 additions & 0 deletions UpdatedLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.25
### Fixes and Improvements:
1. 修复: UsersConnectionTokenRepository 构造器参数(TextEncryptor)没有限定beanName , 而注入应用中其他的 TextEncryptor 对象,, 而报 Unable to initialize due to invalid secret key 的bug. 感谢: Maooooooooooo_

## 1.1.24
### Fixes and Improvements:
1. oauth/添加: 一键登录 OneClickLoginService#otherParamsHandler(userDetails, otherParamMap) 接口方法. 因与手机登录注册方法逻辑重复, 故删除 UserDetailsRegisterService#registerUser(mobile,otherParamMap) 默认接口方法.
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>top.dcenter</groupId>
<artifactId>justAuth-spring-security-starter</artifactId>
<version>1.1.24</version>
<version>1.1.25</version>

<packaging>jar</packaging>
<name>justAuth-spring-security-starter</name>
Expand Down

0 comments on commit ab1c8d3

Please sign in to comment.