# File lib/omniauth/strategy.rb, line 106
    def callback_phase
      @env['omniauth.auth'] = auth_hash
      call_app! 
    end