From ddde4ef1f56a2f9ac2c6bc7df9c35b20ad53a223 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Mon, 29 Jun 2020 00:20:15 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=201.15.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en-US.md | 6 +++--- README.md | 8 ++++---- bin/version.txt | 2 +- docs/README.md | 4 ++-- docs/_coverpage.md | 2 +- docs/_sidebar.md | 8 ++++---- pom.xml | 2 +- 7 files changed, 16 insertions(+), 16 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index e35ffb6..7608cc2 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -6,7 +6,7 @@

- + @@ -15,7 +15,7 @@ - + @@ -97,7 +97,7 @@ These artifacts are available from Maven Central: me.zhyd.oauth JustAuth - 1.15.5 + 1.15.6 ``` - Using JustAuth diff --git a/README.md b/README.md index c3760d1..dc9f6b4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- + @@ -15,7 +15,7 @@ - + @@ -96,7 +96,7 @@ JustAuth,如你所见,它仅仅是一个**第三方授权登录**的**工具 me.zhyd.oauth JustAuth - 1.15.5 + 1.15.6 ``` - 调用api @@ -185,7 +185,7 @@ authRequest.login(callback); - `spring-boot-demo` 深度学习并实战 spring boot 的项目: [https://github.com/xkcoding/spring-boot-demo](https://github.com/xkcoding/spring-boot-demo) - `mica` SpringBoot 微服务高效开发工具集: [https://github.com/lets-mica/mica](https://github.com/lets-mica/mica) - `pig` 宇宙最强微服务认证授权脚手架(架构师必备): [https://gitee.com/log4j/pig](https://gitee.com/log4j/pig) -- `SpringBlade` 完整的线上解决方案(企业开发必备): https://gitee.com/smallc/SpringBlade +- `SpringBlade` 完整的线上解决方案(企业开发必备): [https://gitee.com/smallc/SpringBlade](https://gitee.com/smallc/SpringBlade) - `MaxKey` 马克思的钥匙,寓意是最大钥匙,是用户单点登录认证系统(Sigle Sign On System),OAuth 2.0/OpenID Connect、SAML 2.0、JWT、CAS等标准化的开放协议,使用JustAuth集成OAuth第三方认证。: [https://shimingxy.github.io/MaxKey/](https://shimingxy.github.io/MaxKey/) ## 关注&交流 diff --git a/bin/version.txt b/bin/version.txt index d324349..04cc999 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -1.15.5 +1.15.6 diff --git a/docs/README.md b/docs/README.md index 289b038..bc9ccef 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@

- + @@ -18,7 +18,7 @@ - + diff --git a/docs/_coverpage.md b/docs/_coverpage.md index dd34383..487d738 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![](_media/justauth@0,25x.png) -# JustAuth 1.15.5 +# JustAuth 1.15.6 史上最全的整合第三方登录的开源库 diff --git a/docs/_sidebar.md b/docs/_sidebar.md index bb8b587..010c19e 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -16,16 +16,16 @@ - [√ 推特登录](oauth/twitter.md) - [√ Coding登录](oauth/coding.md) - [√ 阿里云登录](oauth/aliyun.md) - - [微信企业版登录](oauth/wechatEnterprise.md) - - [微信公众平台登录](oauth/wechat_mp.md) - [√ 百度登录](oauth/baidu.md) - [√ 钉钉登录](oauth/dingtalk.md) - [√ 开源中国登录](oauth/oschina.md) - - [淘宝登录](oauth/taobao.md) - [√ Google登录](oauth/google.md) - [√ Facebook登录](oauth/facebook.md) - - [抖音登录](oauth/douyin.md) - [√ 领英登录](oauth/linkedin.md) + - [微信企业版登录](oauth/wechatEnterprise.md) + - [微信公众平台登录](oauth/wechat_mp.md) + - [淘宝登录](oauth/taobao.md) + - [抖音登录](oauth/douyin.md) - [微软登录](oauth/microsoft.md) - [小米登录](oauth/mi.md) - [头条登录](oauth/toutiao.md) diff --git a/pom.xml b/pom.xml index 7843877..394c566 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.zhyd.oauth JustAuth - 1.15.5 + 1.15.6 JustAuth https://gitee.com/yadong.zhang/JustAuth -- GitLab