1
0
mirror of synced 2026-04-25 03:04:45 +08:00

🔖 AuthUser添加构造函数,支持反序列化。发布1.10.1

This commit is contained in:
yadong.zhang
2019-08-17 16:37:15 +08:00
parent fd183afd4a
commit 10df9f05f3
7 changed files with 47 additions and 11 deletions

View File

@@ -9,7 +9,7 @@
</p>
<p align="center">
<a target="_blank" href="https://search.maven.org/search?q=JustAuth">
<img src="https://img.shields.io/badge/Maven Central-1.10.0-blue.svg" ></img>
<img src="https://img.shields.io/badge/Maven Central-1.10.1-blue.svg" ></img>
</a>
<a target="_blank" href="https://gitee.com/yadong.zhang/JustAuth/blob/master/LICENSE">
<img src="https://img.shields.io/apm/l/vim-mode.svg?color=yellow" ></img>
@@ -18,7 +18,7 @@
<img src="https://img.shields.io/badge/JDK-1.8+-green.svg" ></img>
</a>
<a target="_blank" href="https://apidoc.gitee.com/yadong.zhang/JustAuth/" title="API文档">
<img src="https://img.shields.io/badge/Api Docs-1.10.0-orange.svg" ></img>
<img src="https://img.shields.io/badge/Api Docs-1.10.1-orange.svg" ></img>
</a>
<a target="_blank" href="https://docs.justauth.whnb.wang" title="参考文档">
<img src="https://img.shields.io/badge/Docs-latest-blueviolet.svg" ></img>
@@ -93,7 +93,7 @@ JustAuth如你所见它仅仅是一个**第三方授权登录**的**工具
<dependency>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.10.0</version>
<version>1.10.1</version>
</dependency>
```
- 调用api

View File

@@ -1,6 +1,6 @@
![](_media/logo.png)
# JustAuth <small>1.10.0</small>
# JustAuth <small>1.10.1</small>
<strong>史上最全的整合第三方登录的开源库</strong>

View File

@@ -1,3 +1,8 @@
## v1.10.1
### 2019/08/17
- AuthUser添加构造函数支持反序列化
### 2019/08/08
- 项目迁移到组织[justauth](https://github.com/justauth)