package
Version:
v2.0.0-alpha.3+incompa...
Opens a new window with list of versions in this module.
Published: Oct 14, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package github provides authentication strategies using GitHub.
type Config struct {
ClientID string `yaml:"clientID"`
ClientSecret string `yaml:"clientSecret"`
RedirectURI string `yaml:"redirectURI"`
Org string `yaml:"org"`
}
Config holds configuration options for github logins.
Open returns a strategy for logging in through GitHub.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.