Steps to implement Basic Auth (on top of the FilamentUser contract)?

I'd like to double-lock-down my application with "implements FilamentUser" as well as Basic Auth.
I already have the former in place. How can I add Basic Auth on top of that for all Filament-related URLs/resources?
Thank you!
Solution
2FA would definitely be better that basic auth.
Was this page helpful?