mirror of
https://github.com/gogs/gogs.git
synced 2025-05-25 00:40:40 +00: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/
|
|
|