From fbf2da2cbedc4e44b06d2e0bd2f990d29e65a5d1 Mon Sep 17 00:00:00 2001 From: Andres Felipe De Castro Date: Tue, 20 Feb 2018 00:45:18 +0200 Subject: [PATCH] Adjusted title for facebook provider note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e47227..fefae12 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ $ docker run -p 80:80 tarent/loginsrv -github client_id=xxx,client_secret=yyy 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. -## Note for Facebbok's Oauth 2 +### Note for Facebbok's Oauth 2 Make sure you ask for the scope `email` when adding your facebook config option. Otherwise the provider should not be able to fetch the user's email.