mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
20 lines
503 B
YAML
20 lines
503 B
YAML
addonType: oauth
|
|
name: github
|
|
title: GitHub认证
|
|
desc: GitHub OAuth2登录
|
|
icon: simple-icons:github
|
|
showTest: false
|
|
input:
|
|
clientId:
|
|
title: ClientId
|
|
helper: '[GitHub Developer Settings](https://github.com/settings/developers)创建应用后获取'
|
|
required: true
|
|
clientSecretKey:
|
|
title: ClientSecretKey
|
|
component:
|
|
placeholder: ClientSecretKey / appSecretKey
|
|
required: true
|
|
pluginType: addon
|
|
type: builtIn
|
|
scriptFilePath: /plugins/plugin-oauth/oauth2/plugin-github.js
|