Skip to content

Commit

Permalink
add callback method
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim committed May 13, 2013
1 parent 37eb275 commit cf19f47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/omniauth-strava/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Strava
VERSION = '0.0.4'
VERSION = '0.0.5'
end
end
4 changes: 4 additions & 0 deletions lib/omniauth/strategies/strava.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ def authorize_params
def request_phase
super
end

def callback_phase
super
end

uid { access_token.token }

Expand Down

0 comments on commit cf19f47

Please sign in to comment.