I am logged in to this PHP application, in this application has a list of users as shown below:
ByclickingthisLogarbuttonIwanttoberedirectedtoadashboardthatisinthesamedomain,butusesLaravelandrequiresauthenticationasshownbelow:
I have the authentication data to access this dashboard, but I wanted it to be done automatically when I clicked the Logar button, how could I do this using PHP?