skn-036 / cms-role-permission-laravel-vue-spa

This repository uses PHP Laravel and Javascript Vue.js frameworks to implement Role Permissions management in CMS. Cookie based SPA authorization feature of Laravel Sanctum package is used to authorize the user inside the content management system. If a logged user has permission to do specific task, the link to visit the task and the page containing the task will be available to the logged user. Otherwise the page will be unavailable to the logged user with 401 unauthorized error even though try to access the route manually. This repo utilizes the SPA feature of Vue.js.
27 stars 15 forks source link

Automatically logout upon refresh #26

Closed iswims closed 3 months ago

skn-036 commented 6 months ago

Hi Need more details on that. screenshot of the network requests and console while page loads as well as your environment details would be big help. It's working as expected for me. If given details, it would be very helpful to debug.

Thanks

skn-036 commented 3 months ago

As no activity, closing the issue.