Vuejs-Authentication icon indicating copy to clipboard operation
Vuejs-Authentication copied to clipboard

How the Backend Work

Open yusren opened this issue 7 years ago • 1 comments

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

yusren avatar May 11 '18 09:05 yusren

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.

michalexvr avatar May 22 '18 16:05 michalexvr