what is meant by CSRF Protection in Laravel ?



what is meant by CSRF Protection in Laravel ?..

Answer / 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

More Laravel PHP Framework Interview Questions

What is Terminable Middleware ?

1 Answers  


Tell us do you have any experience with lamp?

0 Answers  


How can I hide all stack whoops error information when the application is in production?

0 Answers  


In which directory laravel configartion files are kept.

0 Answers  


What is a route?

0 Answers  


Do you know how to use delete statement in laravel?

0 Answers  


What are redirect responses?

0 Answers  


How to get current action name in laravel?

0 Answers  


Explain laravel contracts?

0 Answers  


What are the directory structure of laravel 5.8?

0 Answers  


What do you mean by route groups used in laravel 5?

0 Answers  


How do I make a particular task run everyday by 10pm?

0 Answers  


Categories