remove Google OpenID auth, since Google doesn't support it anymore

This commit is contained in:
Neil Lalonde
2015-05-25 15:13:44 -04:00
parent 3437513025
commit eaa1afeaf5
5 changed files with 2 additions and 26 deletions

View File

@ -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,