diff --git a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md index b92ffb1f82509f119701209b63b8c76a571dc72d..55b740b56ad88c291c99e42ad4bc4f028b34638c 100644 --- a/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md +++ b/.gitee/PULL_REQUEST_TEMPLATE.zh-CN.md @@ -18,7 +18,7 @@ - [ ] 否,还没做测试,需要作者自测 注:测试demo可以使用: -- [Springboot版](https://gitee.com/yadong.zhang/JustAuth-demo) +- [Springboot版](https://github.com/justauth/JustAuth-demo) - [jFinal版](https://github.com/xkcoding/jfinal-justauth-demo) - [ActFramework版](https://github.com/xkcoding/act-justauth-demo) diff --git a/README.en-US.md b/README.en-US.md index 8f62c0d93bbec22266c5c0f7e98e02a40b2d1fe5..bb037cd6f4870ce40f235a84491b6cac515fcb3e 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -114,10 +114,11 @@ authRequest.login(callback); ``` **Examples**: -- [Springboot Example](https://gitee.com/yadong.zhang/JustAuth-demo) +- [Springboot Example](https://github.com/justauth/JustAuth-demo) - [jFinal Example](https://github.com/xkcoding/jfinal-justauth-demo): by [xkcoding](https://github.com/xkcoding) - [ActFramework Example](https://github.com/xkcoding/act-justauth-demo): by [xkcoding](https://github.com/xkcoding) -- [Nutzboot版](https://github.com/EggsBlue/nutzboot-justauth-demo): by [蛋蛋](https://github.com/EggsBlue) +- [Nutzboot Example](https://github.com/EggsBlue/nutzboot-justauth-demo): by [蛋蛋](https://github.com/EggsBlue) +- [Blade Example](https://github.com/justauth/blade-justauth-demo) **Springboot Starter** diff --git a/README.md b/README.md index a3ee4ff75be115931c4db0128ac66ffe9c74a8f6..fddc24b4029d3cf7223e923c80029c8d8ba266c1 100644 --- a/README.md +++ b/README.md @@ -114,10 +114,11 @@ authRequest.login(callback); ``` **配套Demo**: -- [Springboot版](https://gitee.com/yadong.zhang/JustAuth-demo) +- [Springboot版](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 ## 插件 - [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter): Spring Boot 集成 JustAuth 的最佳实践 by [xkcoding](https://github.com/xkcoding) diff --git a/docs/Q&A.md b/docs/Q&A.md index 4c5c42868d4e2039ae121eefc839c11c67676f6f..49303ddd1642e67b9f4132fe70ff839075efcc23 100644 --- a/docs/Q&A.md +++ b/docs/Q&A.md @@ -28,7 +28,7 @@ public Object login(@PathVariable("source") String source, AuthCallback callback return response; } ``` - ~~_代码截取自_ :https://gitee.com/yadong.zhang/JustAuth-demo~~ + ~~_代码截取自_ :https://github.com/justauth/JustAuth-demo~~ ## ~~升级到1.8.0后对于state参数有什么特殊要求吗?~~ @@ -48,7 +48,7 @@ public Object login(@PathVariable("source") String source, AuthCallback callback 这是因为从`v1.9.3`版本开始,对项目进行了一些优化,具体优化内容参考:[v1.9.3](https://gitee.com/yadong.zhang/JustAuth/releases/v1.9.3)和[v1.9.4](https://gitee.com/yadong.zhang/JustAuth/releases/v1.9.4)。 -新版本的使用方式,参考[JustAuth-demo](https://gitee.com/yadong.zhang/JustAuth-demo/blob/master/src/main/java/me/zhyd/justauth/RestAuthController.java) +新版本的使用方式,参考[JustAuth-demo](https://github.com/justauth/JustAuth-demo/blob/master/src/main/java/me/zhyd/justauth/RestAuthController.java) ``` @RequestMapping("/render/{source}") public void renderAuth(@PathVariable("source") String source, HttpServletResponse response) throws IOException { diff --git a/docs/supporting.md b/docs/supporting.md index b9b10dafa2154e896ee6ef286a7b1dcb8a248ef6..47090afa5f7316fcc46f475fdb1fffc9372ec3a1 100644 --- a/docs/supporting.md +++ b/docs/supporting.md @@ -1,8 +1,9 @@ **配套Demo**: -- [Springboot版](https://gitee.com/yadong.zhang/JustAuth-demo) +- [Springboot版](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 ## 插件 - [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter): Spring Boot 集成 JustAuth 的最佳实践 by [xkcoding](https://github.com/xkcoding)