Skip to content

Commit

Permalink
Fix issue with redirect_uri not identical between code and token phases
Browse files Browse the repository at this point in the history
  • Loading branch information
neerfri committed Oct 27, 2016
1 parent d54d6b2 commit 3c3a903
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/omniauth/strategies/applicaster.rb
Expand Up @@ -26,6 +26,10 @@ def raw_info
def client
::Applicaster::Accounts.oauth_client
end

def callback_url
full_host + script_name + callback_path
end
end
end
end

0 comments on commit 3c3a903

Please sign in to comment.