Skip to content

Commit

Permalink
Minor changes to client_options
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Nov 3, 2011
1 parent a5252f6 commit 62c96bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/omniauth/google_oauth2/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module GoogleOauth2
VERSION = "0.0.9"
VERSION = "0.0.10"
end
end
4 changes: 2 additions & 2 deletions lib/omniauth/strategies/google_oauth2.rb
Expand Up @@ -5,8 +5,8 @@ module Strategies
class GoogleOauth2 < OmniAuth::Strategies::OAuth2
option :client_options, {
:site => 'https://accounts.google.com',
:authorize_url => '/o/oauth2/auth',
:token_url => '/o/oauth2/token'
:authorize_path => '/o/oauth2/auth',
:token_path => '/o/oauth2/token'
}

def request_phase
Expand Down

0 comments on commit 62c96bc

Please sign in to comment.