diff --git a/README.en-US.md b/README.en-US.md index 325c6f8a2abbb085b31e4b1e132d96244f383849..c4d7a3b7ad2d5bc0a2c8305e2b603e874aa7abd0 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -115,13 +115,13 @@ authRequest.login(callback); **Examples**: - [Springboot Example](https://gitee.com/yadong.zhang/JustAuth-demo) -- [jFinal Example](https://github.com/xkcoding/jfinal-justauth-demo) -- [ActFramework Example](https://github.com/xkcoding/act-justauth-demo) -- [Nutzboot版](https://github.com/EggsBlue/nutzboot-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) **Springboot Starter** -- [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter): Spring Boot integrates best practices with JustAuth +- [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter): Spring Boot integrates best practices with JustAuth by [xkcoding](https://github.com/xkcoding) #### API | :computer: platform | :coffee: API | :page_facing_up: Official document | diff --git a/README.md b/README.md index 82a133e276b1fb3a392b8de4b21c21483d1da9d5..6f663827990634a4413ebba8fe3cce37ed885ecf 100644 --- a/README.md +++ b/README.md @@ -115,12 +115,12 @@ authRequest.login(callback); **配套Demo**: - [Springboot版](https://gitee.com/yadong.zhang/JustAuth-demo) -- [Nutzboot版](https://github.com/EggsBlue/nutzboot-justauth-demo) -- [jFinal版](https://github.com/xkcoding/jfinal-justauth-demo) -- [ActFramework版](https://github.com/xkcoding/act-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) ## 插件 -- [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter) :Spring Boot 集成 JustAuth 的最佳实践 +- [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter): Spring Boot 集成 JustAuth 的最佳实践 by [xkcoding](https://github.com/xkcoding) 具体的例子可以参考: @@ -179,6 +179,10 @@ _请知悉:经咨询CSDN官方客服得知,CSDN的授权开放平台已经 5. 发起PR(pull request) 请求,提交到`dev`分支 6. 等待作者合并 +## 贡献者名单 + +[contributors](https://docs.justauth.whnb.wang/#/contributors) + ## 致谢 在项目立项初期,也对当前开源圈的一些相同类型的项目作过调研,同时本项目也参考过这些项目,再次感谢开源圈内的朋友。 diff --git a/developer.md b/developer.md deleted file mode 100644 index d02b93a86fd1ae5198850402e2c3ca516c2c5f7f..0000000000000000000000000000000000000000 --- a/developer.md +++ /dev/null @@ -1,7 +0,0 @@ -# 项目贡献者名单 - -- · yadong.zhang : [Github] | [Gitee] | [个人网站] -- · yangkai.shen : [Github] | [个人网站] -- · skqing : [Gitee] | [个人网站] -- · pengisgood : [Github] | [个人网站] -- 千年等一回,我只为等你... diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 03834fb65aad7711ab6c8629ab9203dbc9902494..1f3e049e1e1683a901bf36b9f7313d96a15dd39f 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,4 +1,5 @@ - [入门和使用](README.md) +- [贡献者名单](contributors.md) - 快速开始 - [名词解释](explain.md) - [如何使用](how-to-use.md) diff --git a/docs/contributors.md b/docs/contributors.md new file mode 100644 index 0000000000000000000000000000000000000000..8393a50b766109be8e5c6f21fe3d31755b24ac99 --- /dev/null +++ b/docs/contributors.md @@ -0,0 +1,31 @@ +# 项目贡献者名单 + +> 排序不分先后 + +- · yadong.zhang : [Github] | [Gitee] | [个人网站] +- · yangkai.shen : [Github] | [个人网站] + - 集成微信登录、QQ登录、Google登录、微软登录、小米登录、企业微信登录 + - 优化代码、架构,增加自定义缓存 + - 提供jFinal版demo + - 提供ActFramework版demo + - 提供SpringBoot快速集成的justauth-spring-boot-starter +- · pengisgood : [Github] | [个人网站] + - 集成人人登录、Pinterest登录、StackOverflow登录 +- · skqing : [Gitee] | [个人网站] + - 修复钉钉登录的部分问题 + - 优化微博登录 +- · dyc12ii : [Gitee] + - 升级fastjson版本至1.2.58 +- · harrylee : [Gitee] + - 升级fastjson依赖到1.2.60 +- · Veigar : [Github] + - 集成酷家乐登录 +- · 蛋蛋 : [Gitee] | [Github] + - 提供NutzBoot版的demo项目 +- · Braavos96 : [Github] + - 添加测试用例:UrlBuilder 、GlobalAuthUtil +- · Chris Smowton : [Github] + - 添加测试用例:StringUtils +- 千年等一回,我只为等你... + +ps: 如有遗漏,请告知 diff --git a/docs/supporting.md b/docs/supporting.md index adc7eb452ecef87163d9ab11dd1cc64b687c75ed..58d2831ecb74e752858bfc5d830126d84cb9ac23 100644 --- a/docs/supporting.md +++ b/docs/supporting.md @@ -1,9 +1,8 @@ -## 配套demo -- [Springboot版](https://gitee.com/yadong.zhang/JustAuth-demo) :JustAuth项目的demo(springboot项目) -- [jFinal版](https://github.com/xkcoding/jfinal-justauth-demo) :Jfinal集成JustAuth的demo -- [ActFramework版](https://github.com/xkcoding/act-justauth-demo) :ActFramework 集成 JustAuth 的 demo -- [Nutzboot版](https://github.com/EggsBlue/nutzboot-justauth-demo) +**配套Demo**: +- [Springboot版](https://gitee.com/yadong.zhang/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) ## 插件 -- [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter) :Spring Boot 集成 JustAuth 的最佳实践 - +- [justauth-spring-boot-starter](https://github.com/xkcoding/justauth-spring-boot-starter): Spring Boot 集成 JustAuth 的最佳实践 by [xkcoding](https://github.com/xkcoding)