I am using Statamic CMS hand in hand with filament, statamic allows admins to impersonate users however, i cant figure out the auth to allow the admin to impersonate the user on statamic and then move over to the filament side and still be impersonating the user (at the moment it logs them out).
I have tried using statamic authGuard in authMiddleware() in the adminPanelProvider and defining the authGuard but neither have worked.
Is it possible for this to work?