32 lines
832 B
JSON
32 lines
832 B
JSON
{
|
|
"github": {
|
|
"auth_url": "https://github.com/login/oauth/authorize",
|
|
"token_url": "https://github.com/login/oauth/access_token",
|
|
"scopes": [
|
|
"workflow",
|
|
"repo"
|
|
]
|
|
},
|
|
"gitlab": {
|
|
"auth_url": "https://gitlab.com/oauth/authorize",
|
|
"token_url": "https://gitlab.com/oauth/token",
|
|
"scopes": [
|
|
"api"
|
|
]
|
|
},
|
|
"bitbucket": {
|
|
"auth_url": "https://bitbucket.org/site/oauth2/authorize",
|
|
"token_url": "https://bitbucket.org/site/oauth2/access_token",
|
|
"scopes": [
|
|
"repository"
|
|
]
|
|
},
|
|
"slack": {
|
|
"auth_url": "https://slack.com/oauth/authorize",
|
|
"token_url": "https://slack.com/api/oauth.access",
|
|
"scopes": [
|
|
"chat:write:user"
|
|
]
|
|
}
|
|
}
|