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 encryption does laravel use?
Explain auth.
How to upgrade valet to valet 2.0?
Is laravel a cms?
I just installed laravel and have the evil whoops error,how do I find out what’s wrong and fix it?
What is the use of slug in laravel?
How to create route name in laravel 5?
Tell me when laravel was launched?
What is laravel good for?
What are the software’s included in laravel homestead?
How can I learn laravel fast?
What is laravel horizon?
What is method spoofing?
Please explain the difference between laravel and codeigniter?
What is view laravel?