I’m working on a Filament app where I want to allow guest access to the panel (so I’ve removed the auth middleware). However, I also want to enable email verification using Filament’s built-in feature.
The problem is: as soon as I activate email verification, guests (unauthenticated users) are redirected to the verification prompt page, which obviously fails because they are not logged in — leading to errors.
Has anyone dealt with this before? Any ideas on how to: • Keep guest access to the panel, • Still use Filament’s email verification flow for users who do log in?