From 9803b3282dd81dc3f9c3331d5b7bcd33ef347181 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Herv=C3=A9=20M=C3=A9nager?= <herve.menager@pasteur.fr>
Date: Fri, 27 Dec 2019 16:31:20 +0100
Subject: [PATCH] add documentation for GitHub allauth configuration

related to #58
---
 ippisite/docs/source/configuration.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/ippisite/docs/source/configuration.rst b/ippisite/docs/source/configuration.rst
index 90b81dbb..bf51e9f5 100644
--- a/ippisite/docs/source/configuration.rst
+++ b/ippisite/docs/source/configuration.rst
@@ -51,6 +51,23 @@ You can then navigate to the django admin interface of iPPI-DB, and create an en
 .. image:: img/ORCID_conf_7.png
    :width: 100%
 
+GitHub authentication configuration
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+The configuration for GitHub authentication follows the same principle: configure the app on the provider website, then enter the provided `Client ID` and `Client secret`
+on the django admin interface website.
+
+.. image:: img/Github_conf_1.png
+   :width: 100%
+
+.. image:: img/Github_conf_2.png
+   :width: 100%
+
+.. image:: img/Github_conf_3.png
+   :width: 100%
+
+
+
 Galaxy configuration
 --------------------
 
-- 
GitLab