loginsrv

Unnamed repository; edit this file 'description' to name the repository.
git clone git@jamesshield.xyz:repos/loginsrv.git
Log | Files | Refs | README | LICENSE

commit 3bfcceea06fa1e7824f9791107e0fd2196ee4f97
parent 0209158f5d839bcaf8671bad7bbe4661407f7018
Author: Sebastian Mancke <s.mancke@tarent.de>
Date:   Sun, 19 Nov 2017 16:47:58 +0100

Update README.md

Added a Note to google Scope
Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -263,7 +263,7 @@ $ docker run -p 80:80 tarent/loginsrv -github client_id=xxx,client_secret=yyy ``` ### Note for Google's OAuth 2 -When configuring OAuth 2 credentials in Google Cloud Console, don't forget to enable corresponding API's. +You can use `scope=https://www.googleapis.com/auth/userinfo.email`. When configuring OAuth 2 credentials in Google Cloud Console, don't forget to enable corresponding API's. For example, for `scope=https://www.googleapis.com/auth/userinfo.profile` [Google People API](https://console.cloud.google.com/apis/library/people.googleapis.com/) must be enabled for your project. Keep in mind that it usually takes a few minutes for this setting to take effect. ## Templating