laravel socialite doesnt take GET parameter to redirect on same page
问题 I have a problem with one Laravel plugin its called Socialite it allows my site users to loggin with facebook, twitter etc i need some help the problem is that after login it redirects to index page and the page visitor initiated login login url /login?redirect=https://www... socialite doesnt take this GET parameter default laravel login works with this parameter, but not socialite i think it doesnt support redirect, because callback URL is set static in config I cannot figure out how to