toolbox-aoaostar/docs/Github_Oauth.md
AOAOSTAR 793855aefd feat: 🎸 重构用户系统、OAuth、插件系统、后台系统
使用naive ui重构后台面板
重构用户系统,方便支持更多OAuth认证方式
重构插件系统,方便静态资源的添加

BREAKING CHANGE: 🧨 更改管理员身份认证为用户id
2022-09-11 17:21:25 +08:00

16 lines
470 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## Github Oauth 配置
* 打开Github并且登录你的github账号
* 打开https://github.com/settings/developers
### 创建一个Oauth APP
![](images/github_oauth_1.png)
#### 填写APP信息
![](images/github_oauth_2.png)
#### 获取`Client ID`和`Client secrets`
![](images/github_oauth_3.png)
#### 最后在安装界面填入刚刚得到的的`Client ID`和`Client secrets`即可完成`Oauth`配置
## Gitee Oauth 配置
> 操作方法类似,不再详解