How can i redirect successful login user to their dashboard ? should i setting it from mobile app ? or i need to change return response to return redirect()->route('dashboard') ? sorry . first time in API with mobile app .
Um, generally I would use the API for calls that do not require loading a new page and general routing for calls that do require a change of page.
Nice and straightforward then.
I know this doesn't answer your question and I guess there are ways you could refresh the page after an API call, but this just seems like a difficult way to go about things.