Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/clients/dingding.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/clients/weibo.md → docs/clients/dingtalk.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 注册账号

地址:[weibo](https://open.weibo.com/apps)
地址:[dingtalk](https://n.dingtalk.com/dingding/h5-register/index.html#/)

如果已有则忽略该步骤,直接进入第二步

Expand Down
5 changes: 0 additions & 5 deletions docs/clients/douyin.md

This file was deleted.

27 changes: 25 additions & 2 deletions docs/clients/feishu.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,32 @@
## 注册账号

地址:[gitee](https://gitee.com/)
地址:[feishu](https://www.feishu.cn/accounts/page/ug_register)

如果已有则忽略该步骤,直接进入第二步

## 创建第三方应用

登录已注册的账号...
### 登录

登录[飞书开放平台](https://open.feishu.cn/),通过主页右上角进入个人设置页

![dev.png](../public/images/feishu/dev.png)

### 创建应用

![new.png](../public/images/feishu/new.png)

配置回调地址

![callback.png](../public/images/feishu/callback.png)

配置应用权限

![permission.png](../public/images/feishu/permission.png)

### 获取密钥

![secrets.png](../public/images/feishu/secrets.png)

记录 `Client ID`、`Client Secret`、`重定向 URL`,这三个东西在我们集成的时候都用得到,请妥善保管 `Client ID` 和
`Client Secret`
35 changes: 33 additions & 2 deletions docs/clients/gitee.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,40 @@
## 注册账号

地址:[gitee](https://gitee.com/)
地址:[Gitee](https://gitee.com/)

如果已有则忽略该步骤,直接进入第二步

## 创建第三方应用

登录已注册的账号...
### 登录

登陆已注册的账号,通过主页右上角进入个人设置页

![settings.png](../public/images/gitee/settings.png)

### 创建应用

进入第三方应用界面

![dev.png](../public/images/gitee/dev.png)

创建应用

![new.png](../public/images/gitee/new.png)

信息输入完成后,点击创建应用

!!! warning

切记勾选 `emails` 选项

![save.png](../public/images/gitee/save.png)

### 获取密钥

创建完成后,页面将自动刷新并创建密钥

![secrets.png](../public/images/gitee/secrets.png)

记录 `Client ID`、`Client Secret`、`应用回调地址`,这三个东西在我们集成的时候都用得到,请妥善保管 `Client ID` 和
`Client Secret`
18 changes: 9 additions & 9 deletions docs/clients/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@

### 登录

登录已注册的账号,通过主页右上角进入个人设置页:[profile](https://github.com/settings/profile)
登录已注册的账号,通过主页右上角进入个人设置页

![settings.png](../public/images/github/settings.png)

### 创建应用

进入开发者界面:[Developer settings](https://github.com/settings/apps)
进入开发者界面

![dev.png](../public/images/github/dev.png)

创建 OAuth app:[OAuth apps](https://github.com/settings/developers)
创建 OAuth app

![oauth.png](../public/images/github/oauth.png)
![new.png](../public/images/github/new.png)

- `Application name` 填写自己的网站名称
- `Homepage URL` 填写自己的网站首页地址
- `Application description` 填写自己的应用描述
- `Authorization callback URL` 用户授权后跳转到自己平台的地址。通常情况下,开发者需要在此路由代码中实现自己平台用户的注册、绑定等操作
- `Authorization callback URL` 用户授权后的跳转地址,通常情况下,开发者需要在此路由代码中实现用户注册、绑定等操作
- `Enable Device Flow` 不需要勾选

信息输入完成后,点击下方绿色的 ==`Register applaction`== 按钮创建应用

![register.png](../public/images/github/register.png)
![save.png](../public/images/github/save.png)

### 创建密钥

创建完成后,进入应用详情页,`Client secrets`
创建完成后,进入应用详情页

![secrets.png](../public/images/github/secrets.png)

创建完成后,记录 `Client ID`、`Client Secret`、`Authorization callback URL`,这三个东西在我们集成的时候都用得到,请妥善保管
ID 和 Secret
记录 `Client ID`、`Client Secret`、`Authorization callback URL`,这三个东西在我们集成的时候都用得到,请妥善保管 `Client ID`
和 `Client Secret`
22 changes: 21 additions & 1 deletion docs/clients/google.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
## 创建第三方应用

### 登录

登录 Google 开发者中心:[console.developers.google](https://console.developers.google.com/apis/dashboard)

...
### 创建项目

![new.png](../public/images/google/dev.png)

创建凭据

![new.png](../public/images/google/new.png)

信息输入完成后,点击创建应用

![save.png](../public/images/google/save.png)

### 获取密钥

创建完成后,页面将自动刷新并创建密钥

![secrets.png](../public/images/google/secrets.png)

记录 `客户端ID`、`客户端密钥`、`重定向 URI`,这三个东西在我们集成的时候都用得到,请妥善保管 `客户端ID` 和 `客户端密钥`
8 changes: 4 additions & 4 deletions docs/clients/linuxdo.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@

### 登录

登录已注册的账号,通过主页左侧 Connect 进入 connect 页面:[connect](https://connect.linux.do/)
登录已注册的账号,通过主页左侧 Connect 进入 connect 页面

![connect.png](../public/images/linuxdo/connect.png)

### 创建应用

进入开发者界面:[sso](https://connect.linux.do/dash/sso)
进入开发者界面

![dev.png](../public/images/linuxdo/dev.png)

申请新接入:[new](https://connect.linux.do/dash/sso/new)
申请新接入

![new.png](../public/images/linuxdo/new.png)

Expand All @@ -30,4 +30,4 @@

![secrets.png](../public/images/linuxdo/secrets.png)

记录 `Client ID`、`Client Secret`、`回调地址`,这三个东西在我们集成的时候都用得到,请妥善保管 ID 和 Secret
记录 `Client ID`、`Client Secret`、`回调地址`,这三个东西在我们集成的时候都用得到,请妥善保管 `Client ID``Client Secret`
22 changes: 21 additions & 1 deletion docs/clients/oschina.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,24 @@

## 创建第三方应用

登录已注册的账号...
### 登录

登录已注册的账号,通过页脚进入文档页

![settings.png](../public/images/oschina/settings.png)

### 创建应用

![new.png](../public/images/oschina/new.png)

信息输入完成后,点击确认添加

![save.png](../public/images/oschina/save.png)

### 获取密钥

创建完成后,页面将自动刷新并创建密钥

![secrets.png](../public/images/oschina/secrets.png)

记录 `应用ID`、`应用私钥`、`回调地址`,这三个东西在我们集成的时候都用得到,请妥善保管 应用ID 和 应用私钥
2 changes: 1 addition & 1 deletion docs/clients/qq.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 创建第三方应用

登录QQ互联平台:[QQ](https://connect.qq.com/)
登录 QQ 互联平台:[connect.qq](https://connect.qq.com/)

...
6 changes: 6 additions & 0 deletions docs/clients/wechat_work.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 注册账号

地址:[work.weixin](https://work.weixin.qq.com/wework_admin/register_wx)

如果已有则忽略该步骤,直接进入第二步

## 创建第三方应用

登录微信企业版控制台:[work.weixin](https://work.weixin.qq.com/wework_admin/loginpage_wx?from=myhome_openApi)
Expand Down
Binary file added docs/public/images/feishu/callback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/feishu/dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/feishu/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/feishu/permission.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/feishu/secrets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/gitee/dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/gitee/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/gitee/save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/gitee/secrets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/gitee/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/github/dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/github/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/public/images/github/oauth.png
Binary file not shown.
Binary file removed docs/public/images/github/register.png
Binary file not shown.
Binary file added docs/public/images/github/save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/github/secrets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/github/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/google/dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/google/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/google/save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/images/google/secrets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/linuxdo/connect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/linuxdo/dev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/linuxdo/new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/linuxdo/save.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/images/linuxdo/secrets.png
Binary file added docs/public/images/oschina/new.png
Binary file added docs/public/images/oschina/save.png
Binary file added docs/public/images/oschina/secrets.png
Binary file added docs/public/images/oschina/settings.png
2 changes: 1 addition & 1 deletion docs/status.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- [ ] [微信小程序](clients/wechat_open.md)
- [ ] [微信开放平台](clients/wechat_mp.md)
- [ ] [企业微信二维码登录](clients/wechat_work.md)
- [ ] [钉钉](clients/dingding.md)
- [ ] [钉钉](clients/dingtalk.md)
- [ ] [QQ](clients/qq.md)
- [ ] [微博](clients/weibo.md)
- [ ] [抖音](clients/douyin.md)
8 changes: 3 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ nav:
- GitHub: clients/github.md
- Gitee: clients/gitee.md
- 开源中国: clients/oschina.md
- 微信小程序: clients/wechat_open.md
- 微信开放平台: clients/wechat_mp.md
- 微信小程序: clients/wechat_mp.md
- 微信开放平台: clients/wechat_open.md
- 企业微信二维码登录: clients/wechat_work.md
- 飞书: clients/feishu.md
- 钉钉: clients/dingding.md
- 钉钉: clients/dingtalk.md
- QQ: clients/qq.md
- 微博: clients/weibo.md
- 抖音: clients/douyin.md
- Google: clients/google.md
- 变更日志: changelog.md
theme:
Expand Down