GitHubConnector

GitHubConnector

Service connector for GitHub plateform.

This will need a registered GitHub application with valid redirection for your server. You can register a new application here and learn more about GitHub OAuth Web application flow here

Constructor

new GitHubConnector(config)

Source:
Parameters:
Name Type Description
config Object

Configuration object

Properties
Name Type Attributes Default Description
clientId string

GitHub application client ID

clientSecret string

GitHub application client secret

redirectUri string <optional>

GitHub application redirect URI. You still need to register it in your GitHub App

name string <optional>
github

Name of the connector

serviceHost string <optional>
github.com

Hostname of the service

infos ConnectorStaticInfos <optional>

Connector infos to override