Filament v4 TOTP for actions
Hey! Quick question about Laravel 12 + Filament v4:
I need to implement 2FA verification for specific sensitive actions (like deletions, critical updates) within Filament admin panels - not for login (we use MSAL SSO), but when users try to perform certain operations.
Requirements:
Action-level 2FA verification
Support both authenticator apps AND email-based TOTP
Users can choose their preferred method
What's the best approach to intercept and require 2FA for specific Actions in Filament v4? Any recommended patterns or packages?
Thanks!
I need to implement 2FA verification for specific sensitive actions (like deletions, critical updates) within Filament admin panels - not for login (we use MSAL SSO), but when users try to perform certain operations.
Requirements:
Action-level 2FA verification
Support both authenticator apps AND email-based TOTP
Users can choose their preferred method
What's the best approach to intercept and require 2FA for specific Actions in Filament v4? Any recommended patterns or packages?
Thanks!