I have own login concept on laravel. now i want to make it third party Login solution. So i have to understand many thing. So please tell me
Why we always pass Authentication token on header of Get and Post method ?
why not on direct url ( Query String )?
whats is advantage and disadvantage of this?