diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 2d6aa90..3e4f9c8 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -2,6 +2,14 @@ ### 2021/9/** +- 添加微软中国(世纪华联)第三方登录,新增微软方式登录的redirectUri校验。[Gitee PR #28](https://gitee.com/yadong.zhang/JustAuth/pulls/28) +- 升级第三方的依赖 + - simple-http > 1.0.5 + - lombok > 1.18.20 + - junit > 4.13.2 + - fastjson > 1.2.78 + - alipay-sdk > 4.16.38.ALL + ## 1.16.3 ### 2021/8/15 diff --git a/README.md b/README.md index cd683c2..06b059b 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,11 @@ AuthRequest authRequest = AuthRequestBuilder.builder() ## JustAuth 的用户 有很多公司、组织和个人把 JustAuth 用于学习、研究、生产环境和商业产品中,包括(但不限于): -![](docs/users/4ca0177c.png) + +![](docs/users/col.png)![](docs/users/bjgyol.png)![](docs/users/foresealife.png)![](docs/users/sevnce.png) + +![](docs/users/bladex.png)![](docs/users/gun.png)![](docs/users/sika.jpg)![](docs/users/maxkey.png)![](docs/users/shiroaction.png)![](docs/users/xkcoding.png) + 怎么没有我?[登记](https://gitee.com/yadong.zhang/JustAuth/issues/IZ2T7) diff --git a/docs/users/4ca0177c.png b/docs/users/4ca0177c.png deleted file mode 100644 index fe0ef76..0000000 Binary files a/docs/users/4ca0177c.png and /dev/null differ diff --git a/docs/users/bjgyol.png b/docs/users/bjgyol.png new file mode 100644 index 0000000..c6fdded Binary files /dev/null and b/docs/users/bjgyol.png differ diff --git a/docs/users/bladex.png b/docs/users/bladex.png new file mode 100644 index 0000000..b44754f Binary files /dev/null and b/docs/users/bladex.png differ diff --git a/docs/users/col.png b/docs/users/col.png new file mode 100644 index 0000000..d86a6d3 Binary files /dev/null and b/docs/users/col.png differ diff --git a/docs/users/foresealife.png b/docs/users/foresealife.png new file mode 100644 index 0000000..2d6bc9b Binary files /dev/null and b/docs/users/foresealife.png differ diff --git a/docs/users/gun.png b/docs/users/gun.png new file mode 100644 index 0000000..991bfbb Binary files /dev/null and b/docs/users/gun.png differ diff --git a/docs/users/maxkey.png b/docs/users/maxkey.png new file mode 100644 index 0000000..3388672 Binary files /dev/null and b/docs/users/maxkey.png differ diff --git a/docs/users/sevnce.png b/docs/users/sevnce.png new file mode 100644 index 0000000..7224ea0 Binary files /dev/null and b/docs/users/sevnce.png differ diff --git a/docs/users/shiroaction.png b/docs/users/shiroaction.png new file mode 100644 index 0000000..a6d0e8a Binary files /dev/null and b/docs/users/shiroaction.png differ diff --git a/docs/users/sika.jpg b/docs/users/sika.jpg new file mode 100644 index 0000000..9daa36b Binary files /dev/null and b/docs/users/sika.jpg differ diff --git a/docs/users/xkcoding.png b/docs/users/xkcoding.png new file mode 100644 index 0000000..c0f0adc Binary files /dev/null and b/docs/users/xkcoding.png differ