MarJose123 / filament-lockscreen

A filament plugin that will allows you to lock your web app page and be able to continue working after re-login, the same with your computer/laptop.
MIT License
50 stars 14 forks source link

Lock screen plugin not working only in the contexts where it is used #67

Open melvinmihaylovnulabg opened 1 week ago

melvinmihaylovnulabg commented 1 week ago

I am using multiple admin panels and i have application that is using only laravel in the same domain. When i use the plugin and i only implement it with my filament admin panel 1 for example, the lock screen is activating in my normal application and the other filament admin panels even though i am using the provided middleware, classes and etc in the admin panel provider 1.

MarJose123 commented 1 week ago

If I understand you correctly, you need to installed the package in your other filaments providers to make it work.

melvinmihaylovnulabg commented 1 week ago

I need the package to work only where I install it. When it is implemented in only one of my panels, the Lock Screen pops up in every panel.

MarJose123 commented 1 week ago

can you share with me on how to reproduce the issue? or a minimal repository that has the same issue that I can clone?