1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-07-06 03:52:57 +00:00

Added removal of SSL check

Ozzie Isaacs 2020-04-16 18:39:12 +02:00
parent 44554d5d07
commit 15817548fb

@ -12,6 +12,7 @@ The following screenshot shows the relevant settings.
The Callback routine has to end with `login/github/authorized`. 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. 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) ![Keys](images/OAuth/Github_Keys.png)