From d2d3232501941830e748b1e75839f3c1bdf97b66 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Sun, 22 Dec 2019 16:52:32 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20=E5=AE=8C=E5=96=84=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/_404.md | 17 ++++++++++++++++- docs/how-to-use.md | 4 ++-- docs/supporting.md | 9 ++++++--- docs/update.md | 4 ++++ 4 files changed, 28 insertions(+), 6 deletions(-) diff --git a/docs/_404.md b/docs/_404.md index 98d599e..960d453 100644 --- a/docs/_404.md +++ b/docs/_404.md @@ -11,4 +11,19 @@ -4. 加QQ群:QQ搜索`230017570`(该QQ群为JustAuth官方技术讨论群,禁止群内打广告!) \ No newline at end of file +4. 加QQ群:QQ搜索`230017570`(该QQ群为JustAuth官方技术讨论群,禁止群内打广告!) + + +# 推荐文档 + +您可能需要以下文档: + +- [OAuth的授权流程是什么样的?](https://docs.justauth.whnb.wang/#/oauth) +- [如何使用JustAuth?](https://docs.justauth.whnb.wang/#/how-to-use) +- [提问与回答?](https://docs.justauth.whnb.wang/#/Q&A) +- [如何集成Github?](https://docs.justauth.whnb.wang/#/oauth/github) +- [如何集成Gitee?](https://docs.justauth.whnb.wang/#/oauth/gitee) +- [如何集成支付宝?](https://docs.justauth.whnb.wang/#/oauth/alipay) +- [如何自定义state?](https://docs.justauth.whnb.wang/#/customize-the-state-cache) +- [如何自定义接入自己搭建的oauth平台?](https://docs.justauth.whnb.wang/#/customize-the-oauth) +- [有哪些配套项目?](https://docs.justauth.whnb.wang/#/supporting) \ No newline at end of file diff --git a/docs/how-to-use.md b/docs/how-to-use.md index 519bc5e..7f47d3a 100644 --- a/docs/how-to-use.md +++ b/docs/how-to-use.md @@ -163,6 +163,6 @@ public Object revokeAuth(@PathVariable("source") String source, @PathVariable("t - [Nutzboot版](https://github.com/EggsBlue/nutzboot-justauth-demo): NutzBoot集成JustAuth的demo by [蛋蛋](https://github.com/EggsBlue) - [Blade版](https://github.com/justauth/blade-justauth-demo): Blade集成JustAuth的demo -## springboot starter插件 +## starter插件 - [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter): Spring Boot 集成 JustAuth 的最佳实践 by [xkcoding](https://github.com/xkcoding) -- [justauth-spring-boot-starter-demo](https://github.com/justauth/justauth-spring-boot-starter-demo): Spring Boot 使用 justauth-spring-boot-starter 快速集成 JustAuth by [xkcoding](https://github.com/xkcoding) +- [justauth-spring-security-starter](https://github.com/justauth/justauth-spring-security-starter): JustAuth整合Spring security的 starter依赖 by [luoqiz](https://github.com/luoqiz) diff --git a/docs/supporting.md b/docs/supporting.md index d0abedb..653d98b 100644 --- a/docs/supporting.md +++ b/docs/supporting.md @@ -1,10 +1,13 @@ -**配套Demo**: +## 配套Demo - [simple版](https://github.com/justauth/JustAuth-demo) - [jFinal版](https://github.com/xkcoding/jfinal-justauth-demo): Jfinal集成JustAuth的demo by [xkcoding](https://github.com/xkcoding) - [ActFramework版](https://github.com/xkcoding/act-justauth-demo): ActFramework 集成 JustAuth 的 demo by [xkcoding](https://github.com/xkcoding) - [Nutzboot版](https://github.com/EggsBlue/nutzboot-justauth-demo): NutzBoot集成JustAuth的demo by [蛋蛋](https://github.com/EggsBlue) - [Blade版](https://github.com/justauth/blade-justauth-demo): Blade集成JustAuth的demo -## 插件 +## starter插件 - [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter): Spring Boot 集成 JustAuth 的最佳实践 by [xkcoding](https://github.com/xkcoding) -- [justauth-spring-boot-starter-demo](https://github.com/justauth/justauth-spring-boot-starter-demo): Spring Boot 使用 justauth-spring-boot-starter 快速集成 JustAuth by [xkcoding](https://github.com/xkcoding) +- [justauth-spring-security-starter](https://github.com/justauth/justauth-spring-security-starter): JustAuth整合Spring security的 starter依赖 by [luoqiz](https://github.com/luoqiz) + + +### 更多项目请参考: https://github.com/justauth \ No newline at end of file diff --git a/docs/update.md b/docs/update.md index 685306f..a3372c7 100644 --- a/docs/update.md +++ b/docs/update.md @@ -5,6 +5,10 @@ - `checkState`方法从`AuthDefaultRequest`中提出到`AuthChecker`中 - `AuthResponseStatus`枚举类中增加`ILLEGAL_STATUS`、`REQUIRED_REFRESH_TOKEN`两个枚举值 - `AuthSource`接口中增加`getName`方法,用来对外提供实际`source`的字符串值 +- 增加微信、QQ、支付宝授权登录的帮助文档 +- [帮助文档](https://docs.justauth.whnb.wang)中增加自定义的404页面 +- [帮助文档](https://docs.justauth.whnb.wang)中增加Gittalk插件 + ## v1.13.1 ### 2019/11/12 -- GitLab