csrf-validator-bundle icon indicating copy to clipboard operation
csrf-validator-bundle copied to clipboard

Controller annotation for auto validation CSRF-tokens

Results 3 csrf-validator-bundle issues
Sort by recently updated
recently updated
newest added

Add class annotation support to protect all actions at controller. ```php /** * @Csrf(intention="my_intention") */ class TestController { public function test1Action() { ... } public function test2Action() { ... }...