Set it in the env, not just the params.

This commit is contained in:
Michael Bleigh 2010-09-01 18:45:24 -05:00
parent 134611b8b7
commit b60b6ce892
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ module OmniAuth
end
def callback_phase
env['rack.auth'] = auth_hash
request['auth'] = auth_hash
@app.call(env)
end