From 311df9c521f05cdca880152e73dbed47afb74cde Mon Sep 17 00:00:00 2001 From: haixunlu Date: Tue, 18 Dec 2018 12:49:30 -0800 Subject: auth: add new authentication source: GitHub, including GitHub Enterprise (#5340) * Add new Authentication Source: GitHub, including GitHub Enterprise. * Add vendor dependencies. --- conf/auth.d/github.conf.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 conf/auth.d/github.conf.example (limited to 'conf/auth.d/github.conf.example') 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/ + -- cgit v1.2.3