Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
CSRF token
  • In the config file, if the value of csrf_autoload_methods, csrf_bad_request_on_fail set are the same as default like this link https://fuelphp.com/docs/classes/security.html, do we need to add them?
    ex: 'csrf_auto_token' => true 
  • HarroHarro
    Accepted Answer
    No.

    You can check ./fuel/core/config, those config files contain the defaults which will be merged with our apps config files. So if you don't specify them, the value from the core config file will be used.
  • thank you 

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion