diff options
Diffstat (limited to 'conf/auth.d/github.conf.example')
-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/ + |