RailsCasts Pro episodes are now free!

Learn more or hide this

Dirk Siemers's Profile

GitHub User: dirksiemers

Site: http://www.dirksiemers.de

Comments by Dirk Siemers

Avatar

authentication information have changed to the omniauth.auth parameter of the Rack environment. simple change:

auth = request.env["rack.auth"]

to

auth = request.env["omniauth.auth"]