I had a problem to check CSRF using PUT and DELETE Method. I have to change all to POST Method.
when we check phalcon security => https://github.com/phalcon/cphalcon/blob/master/phalcon/security.zep#L393
Token is check only in POST.
Is there a solution to use it with PUT and DELETE ?