Add Google Oauth2 authenticator. The current Google OpenID authentication has been deprecated by Google and will NOT work for any new websites.

This commit is contained in:
Neil Lalonde
2014-05-21 18:19:40 -04:00
parent ca95bdb023
commit 742841ddce
15 changed files with 204 additions and 4 deletions

View File

@@ -114,8 +114,13 @@ users:
default: 8
block_common_passwords: true
enable_google_logins:
client: true
default: false
enable_google_oauth2_logins:
client: true
default: true
google_oauth2_client_id: ''
google_oauth2_client_secret: ''
enable_yahoo_logins:
client: true
default: true