Posts by Fabio Vedovelli • 99 points
2 posts
-
4
votes1
answer853
viewsA: How to consume authenticated API in Laravel with Vuejs?
It is not common for an API to use traditional Session authentication. What is usually used as protection is an Oauth server or JSON Web Token authentication. If the authentication form cannot be…
-
5
votes3
answers9590
viewsA: How to use Jquery with Vue.js?
When doing jQuery include via tag script the jQuery object will be automatically attached to the window object, and can then be used normally within a Vue component. Just take a reference to the…