Answer the question
In order to leave comments, you need to log in
Laravel 4.1 Why is CSRF protection not working after upgrade?
Updated from 4.0.3 to 4.1.
And after that the csrf filter started to issue token mismatch. Although I check that the token is in the form, the filter receives it. But the session already has another token.
It changes even before the filter is triggered.
Route is correct.
Route::post('login', array(
'before' => 'csrf',
'uses' => '[email protected]'
)
);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question