Commits

Tim Düsterhus committed dec29521fad
Use Illuminate's RedirectResponse instead of Symfony's Illuminate extends Symfony's RedirectResponse with ResponseTrait, which introduces the `header()` method. By not using Illuminate's RedirectResponse Socialite breaks middlewares that try to add headers to every response (e.g. no-cache headers).