mirror of
https://github.com/aoaostar/toolbox.git
synced 2026-01-05 19:45:34 +00:00
使用naive ui重构后台面板
重构用户系统,方便支持更多OAuth认证方式
重构插件系统,方便静态资源的添加
BREAKING CHANGE: 🧨 更改管理员身份认证为用户id
16 lines
470 B
Markdown
16 lines
470 B
Markdown
## Github Oauth 配置
|
||
* 打开Github,并且登录你的github账号
|
||
* 打开:https://github.com/settings/developers
|
||
|
||
### 创建一个Oauth APP
|
||
|
||

|
||
#### 填写APP信息
|
||

|
||
#### 获取`Client ID`和`Client secrets`
|
||

|
||
#### 最后在安装界面填入刚刚得到的的`Client ID`和`Client secrets`即可完成`Oauth`配置
|
||
|
||
## Gitee Oauth 配置
|
||
|
||
> 操作方法类似,不再详解 |