skip to Main Content

Php – Laravel Http-only cookie

I have a small project using Laravel and Vue.js. I implemented a simple authentication system using Sanctum, based on YouTube tutorials and the official documentation. It works correctly; however, I am concerned about storing the JWT on the client-side using…

VIEW QUESTION
Back To Top
Search