diff options
author | haixunlu <luhaixun@gmail.com> | 2018-12-18 12:49:30 -0800 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2018-12-18 15:49:30 -0500 |
commit | 311df9c521f05cdca880152e73dbed47afb74cde (patch) | |
tree | f3b9159e6dc23e6659e1da5939ff7f09d7a32c16 /conf/auth.d | |
parent | ff93d9dbda5cebe90d86e4b7dfb2c6b8642970ce (diff) |
auth: add new authentication source: GitHub, including GitHub Enterprise (#5340)
* Add new Authentication Source: GitHub, including GitHub Enterprise.
* Add vendor dependencies.
Diffstat (limited to 'conf/auth.d')
-rw-r--r-- | conf/auth.d/github.conf.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/conf/auth.d/github.conf.example b/conf/auth.d/github.conf.example new file mode 100644 index 00000000..976c1ed0 --- /dev/null +++ b/conf/auth.d/github.conf.example @@ -0,0 +1,10 @@ +# 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/ + |