mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
remove Google OpenID auth, since Google doesn't support it anymore
This commit is contained in:
parent
3437513025
commit
eaa1afeaf5
5 changed files with 2 additions and 26 deletions
|
@ -7,7 +7,6 @@ class Users::OmniauthCallbacksController < ApplicationController
|
|||
|
||||
BUILTIN_AUTH = [
|
||||
Auth::FacebookAuthenticator.new,
|
||||
Auth::OpenIdAuthenticator.new("google", "https://www.google.com/accounts/o8/id", trusted: true),
|
||||
Auth::GoogleOAuth2Authenticator.new,
|
||||
Auth::OpenIdAuthenticator.new("yahoo", "https://me.yahoo.com", trusted: true),
|
||||
Auth::GithubAuthenticator.new,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue