We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e4389 commit 8f40ae3Copy full SHA for 8f40ae3
examples/google.js
@@ -18,8 +18,6 @@ internals.start = async function () {
18
// Select "web application" and set "AUTHORIZED JAVASCRIPT ORIGINS" and "AUTHORIZED REDIRECT URIS"
19
// This will net you the clientId and the clientSecret needed.
20
// 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.
23
24
server.auth.strategy('google', 'bell', {
25
provider: 'google',
0 commit comments