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

Is any server permissions required for laravel?

0 Answers  


How to configure route cache and clear route cache in laravel?

0 Answers  


How to add a middleware in route group?

1 Answers  


Where will you define laravel's facades?

0 Answers  


What is laravel contract?

0 Answers  






Write a code to upload a file in laravel 5?

0 Answers  


Tell me how to use select query in laravel?

0 Answers  


What is dependency injection laravel?

0 Answers  


What is laravel policy?

0 Answers  


What is report method?

0 Answers  


Do you know what developed the laravel?

0 Answers  


What is laravel good for?

0 Answers  


Categories