13 lines
649 B
JSON
13 lines
649 B
JSON
{
|
|
"clientId": "GitHub Client ID",
|
|
"clientIdDescription": "The client ID from your GitHub OAuth application settings",
|
|
"clientSecret": "GitHub Client Secret",
|
|
"clientSecretDescription": "The client secret from your GitHub OAuth application settings",
|
|
"enable": "Enable GitHub Authentication",
|
|
"enableDescription": "Allow users to sign in with their GitHub accounts",
|
|
"redirectUri": "Authorization callback URL",
|
|
"redirectUriDescription": "The URL in your application where users will be redirected after GitHub authentication",
|
|
"saveFailed": "Failed to save GitHub settings",
|
|
"saveSuccess": "GitHub settings saved successfully"
|
|
}
|