When we protect a route by login and try to access this route without being logged in, laravel sends us to the login screen. Dai if you authenticate it, it sends to that route that you tried to access without being logged in.
I'm having a problem because I do not want laravel to keep this login and redirect attempt. Would you like to know how to handle this?