Answer Posted / sunil kumar
CSRF refers to Cross Site Forgery attacks on web applications. CSRF attacks are the unauthorized activities which the authenticated users of the system perform.
Laravel offers CSRF protection in the following way -
Laravel includes an in built CSRF plug-in, that generates tokens for each active user session. These tokens verify that the operations or requests are sent by the concerned authenticated user.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is laravel 5 homestead?
How to generate & update application key in laravel 5?
What is a Laravel - Contracts ?
What is guarded attribute in a model?
What is the use of blade?
Name aggregates methods of query builder.
How many types of middleware are there in laravel?
In which folder robot.txt is placed?
Is multiple php versions are supported by homestead?
How to use laravel framework in php?
How to use joins in laravel?
What is the use of accessors and mutators in eloquent?
What is meant by Attaching Headers ?
What is eloquent orm in laravel?
Explain me active record implementation. How to use it laravel?