Skip to content

Commit 8f40ae3

Browse files
capajMarsup
authored andcommitted
remove the bit about google plus
I don't think this still exists in the google cloud console
1 parent 23e4389 commit 8f40ae3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

examples/google.js

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ internals.start = async function () {
1818
// Select "web application" and set "AUTHORIZED JAVASCRIPT ORIGINS" and "AUTHORIZED REDIRECT URIS"
1919
// This will net you the clientId and the clientSecret needed.
2020
// Also be sure to pass the location as well. It must be in the list of "AUTHORIZED REDIRECT URIS"
21-
// You must also enable the Google+ API in your profile.
22-
// Go to APIs & Auth, then APIs and under Social APIs click Google+ API and enable it.
2321

2422
server.auth.strategy('google', 'bell', {
2523
provider: 'google',

0 commit comments

Comments
 (0)