Remove Google+ OAuth scope

The scope is no longer available per https://developers.google.com/+/api-shutdown

Fixes #1472 
Fixes #1573
pull/1586/head
Sean Leonard 4 years ago committed by GitHub
parent 843279bacb
commit 078fc25845
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -122,7 +122,7 @@ if ub.oauth_support:
ele2 = dict(provider_name='google',
id=oauth_ids[1].id,
active=oauth_ids[1].active,
scope=["https://www.googleapis.com/auth/plus.me", "https://www.googleapis.com/auth/userinfo.email"],
scope=["https://www.googleapis.com/auth/userinfo.email"],
oauth_client_id=oauth_ids[1].oauth_client_id,
oauth_client_secret=oauth_ids[1].oauth_client_secret,
obtain_link='https://github.com/settings/developers')

Loading…
Cancel
Save