mirror of
https://github.com/gogs/gogs.git
synced 2026-01-18 05:12:19 +01:00
* Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies.
11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
# This is an example of GitHub authentication
|
|
#
|
|
id = 106
|
|
type = github
|
|
name = GitHub OAuth 2.0
|
|
is_activated = true
|
|
|
|
[config]
|
|
api_endpoint = https://api.github.com/
|
|
|