Update Google OAuth

Ozzie Isaacs 2020-04-16 18:34:48 +02:00
parent 22773038c9
commit 44554d5d07
1 changed files with 5 additions and 1 deletions

@ -10,7 +10,7 @@ The following screenshot shows the relevant settings.
![Settings](images/OAuth/Github_OAuth_Settings.png)
The callbackroutine 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.
![Keys](images/OAuth/Github_Keys.png)
@ -22,3 +22,7 @@ By clicking on "Unlink" you remove the Github account from your user's account a
If you log out from Calibre-Web, you will see a little Github account on the login page, by clicking the logo, you will redirect to Github. By entering a Github username and Github password you are logged in to the corresponding linked Calibre-Web user.
### Setup Google as Oauth provider
Your help is needed. If you are using Google as OAuth provider to Calibre-Web, please document the setup procedure here.
The Callbackroutine should be: ...`login/github/authorized`