提交 7b03751a 编写于 作者: 智布道's avatar 智布道 👁

📝 Writing docs.

上级 823a43b1
......@@ -33,3 +33,4 @@ bin/push-dev.sh
target
/pom.xml.versionsBackup
/gpg
<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 align="center">
<strong>Login, so easy.</strong>
......
<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 align="center">
<strong>Login, so easy.</strong>
......
![](_media/logo.png)
![](_media/justauth@0,25x.png)
# JustAuth <small>1.14.0</small>
<strong>史上最全的整合第三方登录的开源库</strong>
......
docs/_media/cover.png

19.0 KB | W: | H:

docs/_media/cover.png

25.3 KB | W: | H:

docs/_media/cover.png
docs/_media/cover.png
docs/_media/cover.png
docs/_media/cover.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -42,6 +42,8 @@
- [使用State](using-state.md)
- [自定义state缓存](customize-the-state-cache.md)
- [自定义第三方平台的OAuth](customize-the-oauth.md)
- 扩展内容
- [与自有用户整合](extended/justauth_integrated_with_the_existing_account_system.md)
- [配套项目](supporting.md)
- [Who is using](users.md)
- [致谢](thx.md)
......
# JustAuth与现有账户系统整合
详情参考:https://www.processon.com/diagraming/5e71db28e4b03b9965216271
\ No newline at end of file
......@@ -14,8 +14,8 @@
<meta itemprop="description" content="JustAuth,如你所见,它仅仅是一个第三方授权登录的工具类库,它可以让我们脱离繁琐的第三方登录SDK,让登录变得So easy!" />
<meta itemprop="image" content="./_media/cover.png" />
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="shortcut icon" href="_media/justauth@0,1x.png">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
<link rel="stylesheet" href="//unpkg.com/gitalk/dist/gitalk.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.css">
......@@ -27,7 +27,7 @@
window.$docsify = {
el: '#app',
name: 'JustAuth',
logo: './_media/cover.png',
// logo: '_media/Justauth-横向@0,5x.png',
search: {
maxAge: 86400000,
noData: {
......@@ -90,7 +90,7 @@
<script src="//cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js"></script>
<script>mermaid.initialize({startOnLoad:true});</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/gitalk/dist/gitalk.min.js"></script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册