diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 2d6aa9034c914bb1c81e97c735f1a59c965aeef7..3e4f9c8746f17964f42f5ed8b4bc23c33163321e 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 cd683c261f6c9316f03442f4beb8870667e4d0cd..06b059b9f807f9ffe0eef44ec1f0fa4edd8a710b 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 fe0ef76f9a07854f94cc5173aa14d29fb9ec37bc..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..c6fdded4d21340d9c33c159029835b60f5294354 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 0000000000000000000000000000000000000000..b44754ff397bbfac9d8c5b1e39eff265ee7cfc13 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 0000000000000000000000000000000000000000..d86a6d3c0cc9e8d957fbb89b2c661cc79b983084 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 0000000000000000000000000000000000000000..2d6bc9ba6d850815c154ae0357949ead79662f94 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 0000000000000000000000000000000000000000..991bfbbcf2b127cabd942f74fa7ffd27cae95014 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 0000000000000000000000000000000000000000..33886722de8fdf91489abeec9e2b50e1fa15b242 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 0000000000000000000000000000000000000000..7224ea070cd51f56b2e510592001d7980ece12c0 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 0000000000000000000000000000000000000000..a6d0e8aee6eb7aeb1a9d3881a5d87f32476abad0 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 0000000000000000000000000000000000000000..9daa36b80eee381fcb11101581c57a790f8e04d9 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 0000000000000000000000000000000000000000..c0f0adc7f9ea22e3c37de1821d52794b9bd86a0b Binary files /dev/null and b/docs/users/xkcoding.png differ