agileadam
agileadam
FFilament
Created by agileadam on 1/6/2024 in #❓┊help
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
FFilament
Created by agileadam on 1/6/2024 in #❓┊help
Steps to implement Basic Auth (on top of the FilamentUser contract)?
I agree. That would give me peace of mind. I will likely persue that.
16 replies
FFilament
Created by agileadam on 1/6/2024 in #❓┊help
Steps to implement Basic Auth (on top of the FilamentUser contract)?
I appreciate your time.
16 replies
FFilament
Created by agileadam on 1/6/2024 in #❓┊help
Steps to implement Basic Auth (on top of the FilamentUser contract)?
Well, I'll certainly give it more thought.
16 replies
FFilament
Created by agileadam on 1/6/2024 in #❓┊help
Steps to implement Basic Auth (on top of the FilamentUser contract)?
Probably would be better to spend my time looking into 2FA, huh
16 replies
FFilament
Created by agileadam on 1/6/2024 in #❓┊help
Steps to implement Basic Auth (on top of the FilamentUser contract)?
Yeah, you are probably right.
16 replies
FFilament
Created by agileadam on 1/6/2024 in #❓┊help
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
FFilament
Created by agileadam on 1/6/2024 in #❓┊help
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