1
0
mirror of synced 2025-12-24 08:36:38 +08:00

📝 帮助文档

This commit is contained in:
yadong.zhang
2019-08-03 14:35:51 +08:00
parent 7a40159d15
commit 57a7b7ff17
6 changed files with 18 additions and 3 deletions

View File

@@ -1,12 +1,12 @@
- [入门](README.md) - [入门](README.md)
- [更新记录](update.md) - [更新记录](update.md)
- 引导 - 引导
- [如何使用JustAuth集成一个平台](deploy.md) - [如何使用JustAuth集成一个平台](how-to-use.md)
- [获取授权链接](authorize.md) - [获取授权链接](authorize.md)
- [登录](login.md) - [登录](login.md)
- 其他特性 - 其他特性
- [使用State](useing-state.md) - [使用State](using-state.md)
- [自定义state缓存](custom-state-cache.md) - [自定义state缓存](customize-the-state-cache.md)
- [配套项目](supporting.md) - [配套项目](supporting.md)
- [Q&A](Q&A.md) - [Q&A](Q&A.md)
- [Who is using](users.md) - [Who is using](users.md)

3
docs/authorize.md Normal file
View File

@@ -0,0 +1,3 @@
# 获取授权链接
待补充

View File

@@ -0,0 +1,3 @@
# 自定义state缓存
待补充

3
docs/how-to-use.md Normal file
View File

@@ -0,0 +1,3 @@
# 如何使用JustAuth集成一个平台
待补充

3
docs/login.md Normal file
View File

@@ -0,0 +1,3 @@
# 登录
待补充

3
docs/using-state.md Normal file
View File

@@ -0,0 +1,3 @@
# 使用State
待补充