Vuejs-Authentication
Vuejs-Authentication copied to clipboard
How the Backend Work
I'm new in VueJs Working on Laravel5.6 VueJS right now. The ID and Password doesn't work. How's the backend work? Thanks
you can define your custom user and profile implementation and add an endpoint to get the session from the backend in each necessary request or sincronize it with your frontend session implementing an watch to catch any 404 response from backend to redirect to login.