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

How to access laravel project from another computer?

0 Answers  


Explain the concept of contracts in laravel.

0 Answers  


What do you know about php artisan?

0 Answers  


Which is better django or laravel?

0 Answers  


Explain me what directories that need to be writable laravel installation?

0 Answers  






What are deferred providers in laravel?

0 Answers  


How do I register an artisan command?

0 Answers  


What is facade in laravel?

0 Answers  


What is your favorite feature of laravel?

0 Answers  


What are route groups?

0 Answers  


What does xss stand for?

0 Answers  


How to serve sites with tls on valet?

0 Answers  


Categories