Hello! I noticed a bug that if the user manually deletes the token from cookies ( XSRF-TOKEN and laravel_session) and navigates between pages that require authorization using a router without refreshing the page, then your authorization mechanism does not trigger to these changes and leaves the user as authorized.
I would like to see the same example of an authorization mechanism with pure Vue.js 3 from a professional developer like you