bezhanSalleh / filament-shield

The easiest and most intuitive way to add access management to your Filament Admin Resources, Pages & Widgets through `spatie/laravel-permission`
MIT License
1.35k stars 166 forks source link

Does this prevent POST to a form on a page? #394

Closed bilogic closed 1 month ago

bilogic commented 1 month ago

As I understand it, a filament form is usually hosted on a filament page, does use HasPageShield; blocks a POST to the form? Or anything in this package that does that?

bezhanSalleh commented 1 month ago

i don't think so.

bilogic commented 1 month ago

Then this package is only controlling access to the reads, has no control over writes.