agileadam
Steps to implement Basic Auth (on top of the FilamentUser contract)?
I see there is already at least one plugin. https://github.com/webbingbrasil/filament-2fa
I'll give this a look on Monday. Thank you again!
16 replies
Steps to implement Basic Auth (on top of the FilamentUser contract)?
I only have 2 users in my Users table, and I do have canAccessPanel() implemented to only allow a very specific email address pattern. I imagine it's quite secure as-is... just looking for that extra peace of mind.
16 replies
Steps to implement Basic Auth (on top of the FilamentUser contract)?
I have some minimal PII in this environment. I would feel better having a Basic Auth speedbump in front of the normal filament login. In simple PHP applications I'd use .htaccess/.htpasswd. I see there is middleware in Laravel (https://laravel.com/docs/10.x/authentication#http-basic-authentication) but I wasn't sure if I could apply this somehow to filament paths without causing issues.
16 replies