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

@ -6,3 +6,4 @@ require_dependency 'auth/facebook_authenticator'
require_dependency 'auth/open_id_authenticator'
require_dependency 'auth/github_authenticator'
require_dependency 'auth/twitter_authenticator'
require_dependency 'auth/google_oauth2_authenticator'