From 15817548fba9d710ff23d388cbf6448c40b8137d Mon Sep 17 00:00:00 2001 From: Ozzie Isaacs Date: Thu, 16 Apr 2020 18:39:12 +0200 Subject: [PATCH] Added removal of SSL check --- OAuth-Login-with-Github-and-Google.md | 1 + 1 file changed, 1 insertion(+) diff --git a/OAuth-Login-with-Github-and-Google.md b/OAuth-Login-with-Github-and-Google.md index dae8d29..807474a 100644 --- a/OAuth-Login-with-Github-and-Google.md +++ b/OAuth-Login-with-Github-and-Google.md @@ -12,6 +12,7 @@ The following screenshot shows the relevant settings. The Callback routine has to end with `login/github/authorized`. After clicking on "Register application" Github will present you the Client ID and Client secret values. +If your Callback routine is a non encrypted endpoint, Calibre-Web will deny accepting tokens for this endpoint. You can overwrite the encrpytion check by setting an enviroment variable with the name `OAUTHLIB_INSECURE_TRANSPORT`. This is for obvious reasons ** NOT recommended** for productive systems. ![Keys](images/OAuth/Github_Keys.png)