mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user