package
Version:
v2.5.0+incompatible
Opens a new window with list of versions in this module.
Published: Jul 19, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 17
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 `json:"clientID"`
ClientSecret string `json:"clientSecret"`
RedirectURI string `json:"redirectURI"`
Org string `json:"org"`
HostName string `json:"hostName"`
RootCA string `json:"rootCA"`
}
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.