-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Google OAuth authentication (via simple_google_auth gem) #118
base: master
Are you sure you want to change the base?
Add support for Google OAuth authentication (via simple_google_auth gem) #118
Conversation
01f380b
to
e7f5230
Compare
92ab66f
to
1834ce0
Compare
Apologies, @RISCfuture, I hadn't noticed the fixes in upstream, so had to merge them in. |
1834ce0
to
6d7f27a
Compare
Is there any reason for preferring the SimpleGoogleAuth here over Omniauth? |
At the time, SimpleGoogleAuth was what I'd used previously -- I've never needed to auth against other services, so haven't used OmniAuth. However, I'm afraid I'm no longer with PowerShop, so can't really provide further updates to this PR. |
FIX #117