Working with Cookies in Vue and Laravel
Ivalin Venkov ·As a internet users will all has our encounters with the “infamous” cookies and for better or worse they are a crucial part of the web development and probably the internet as a whole.
As a internet users will all has our encounters with the “infamous” cookies and for better or worse they are a crucial part of the web development and probably the internet as a whole.
Another day, another curios task that I’ve stumbled upon.
Recently I needed to add Content Security Policy to a project which uses Vue JS for the front end and Vite for development server, adding this policy will improve the security of it and it’s general good practice.