csrf in CodeIgniter 4

Posted on: Tuesday June 11, 2024

CSRF/csrf in ci4 Enable CSRF: Go to app/Config/Filters.php  Search for public array $methods and replace with: [crayon-67688b8a8f75c049406115/]   Use (Just paste under <from>) : <input [...]

Read More