# File lib/omniauth/strategy.rb, line 488
    def merge_stack(stack)
      stack.inject({}) do |a, e|
        a.merge!(e)
        a
      end
    end