1
0
mirror of synced 2025-12-17 04:08:24 +08:00

📝 Writing docs.

This commit is contained in:
yadong.zhang
2020-03-21 12:39:55 +08:00
parent 823a43b1e2
commit 7b03751a8d
13 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@@ -33,3 +33,4 @@ bin/push-dev.sh
target target
/pom.xml.versionsBackup /pom.xml.versionsBackup
/gpg

View File

@@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<a href="https://docs.justauth.whnb.wang"><img src="https://gitee.com/yadong.zhang/static/raw/master/JustAuth/logo.png" width="400"></a> <a href="https://docs.justauth.whnb.wang"><img src="https://gitee.com/yadong.zhang/static/raw/master/JustAuth/Justauth.png" width="400"></a>
</p> </p>
<p align="center"> <p align="center">
<strong>Login, so easy.</strong> <strong>Login, so easy.</strong>

View File

@@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<a href="https://docs.justauth.whnb.wang"><img src="https://gitee.com/yadong.zhang/static/raw/master/JustAuth/logo.png" width="400"></a> <a href="https://docs.justauth.whnb.wang"><img src="https://gitee.com/yadong.zhang/static/raw/master/JustAuth/Justauth.png" width="400"></a>
</p> </p>
<p align="center"> <p align="center">
<strong>Login, so easy.</strong> <strong>Login, so easy.</strong>

View File

@@ -1,5 +1,5 @@
![](_media/logo.png) ![](_media/justauth@0,25x.png)
# JustAuth <small>1.14.0</small> # JustAuth <small>1.14.0</small>
<strong>史上最全的整合第三方登录的开源库</strong> <strong>史上最全的整合第三方登录的开源库</strong>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -42,6 +42,8 @@
- [使用State](using-state.md) - [使用State](using-state.md)
- [自定义state缓存](customize-the-state-cache.md) - [自定义state缓存](customize-the-state-cache.md)
- [自定义第三方平台的OAuth](customize-the-oauth.md) - [自定义第三方平台的OAuth](customize-the-oauth.md)
- 扩展内容
- [与自有用户整合](extended/justauth_integrated_with_the_existing_account_system.md)
- [配套项目](supporting.md) - [配套项目](supporting.md)
- [Who is using](users.md) - [Who is using](users.md)
- [致谢](thx.md) - [致谢](thx.md)

View File

@@ -0,0 +1,3 @@
# JustAuth与现有账户系统整合
详情参考https://www.processon.com/diagraming/5e71db28e4b03b9965216271

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1021 B

View File

@@ -14,8 +14,8 @@
<meta itemprop="description" content="JustAuth如你所见它仅仅是一个第三方授权登录的工具类库它可以让我们脱离繁琐的第三方登录SDK让登录变得So easy!" /> <meta itemprop="description" content="JustAuth如你所见它仅仅是一个第三方授权登录的工具类库它可以让我们脱离繁琐的第三方登录SDK让登录变得So easy!" />
<meta itemprop="image" content="./_media/cover.png" /> <meta itemprop="image" content="./_media/cover.png" />
<link rel="shortcut icon" href="favicon.ico"> <link rel="shortcut icon" href="_media/justauth@0,1x.png">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css"> <link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css"> <link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.css"> <link rel="stylesheet" href="//cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.css">
@@ -27,7 +27,7 @@
window.$docsify = { window.$docsify = {
el: '#app', el: '#app',
name: 'JustAuth', name: 'JustAuth',
logo: './_media/cover.png', // logo: '_media/Justauth-横向@0,5x.png',
search: { search: {
maxAge: 86400000, maxAge: 86400000,
noData: { noData: {
@@ -90,7 +90,7 @@
<script src="//cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script> <script src="//cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</script> <script>mermaid.initialize({startOnLoad:true});</script>
<script src="//unpkg.com/prismjs/components/prism-java.min.js"></script> <script src="//unpkg.com/prismjs/components/prism-java.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/emoji.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/gitalk.min.js"></script> <script src="//unpkg.com/docsify/lib/plugins/gitalk.min.js"></script>
<script src="//unpkg.com/gitalk/dist/gitalk.min.js"></script> <script src="//unpkg.com/gitalk/dist/gitalk.min.js"></script>