package
Version:
v2.3.1+incompatible
Opens a new window with list of versions in this module.
Published: Apr 4, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 12
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"`
}
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.