[Vuejs]-Is laravel middleware necessary even though there is navigation guard in vuejs?

3👍

Yes, it is necessary. The Vue Guard is just preventing the user to navigate to some page. But without a security middleware, anyone could make requests to the server and use your api easily.

Leave a comment