From b0331a0c5bb2e81bb2daa0ae56b4fd30620f0da4 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 11 Feb 2014 09:01:02 -0500 Subject: [PATCH] Add note regarding multiple authentications --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ffd365561..f6ea380abd 100644 --- a/README.md +++ b/README.md @@ -111,6 +111,9 @@ need to go through each provider to generate new credentials. Obtaining API Keys ------------------ + +:pushpin: You could support all 5 authentication methods by setting up OAuth keys, but you don't have to. If you would only like to have **Facebook sign-in** and **Local sign-in** with email and password, in **secrets.js** set `googleAuth: false`, `twitterOauth: false`, `githubAuth: false`. By doing so, *Google, Twitter and Github* buttons will not show up on the *Login* page. If you set `localAuth: false`, users will not be able to login/create an account with email and password or change password in the *Account Management* page. + - Visit [Google Cloud Console](https://cloud.google.com/console/project) - Click **CREATE PROJECT** button