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 do you call artisan command in laravel?

0 Answers  


What are the steps Redirecting to Named Routes in Laravel ?

1 Answers  


How to create Controller Laravel - File Uploading ?

1 Answers  


Why middleware is used in laravel?

0 Answers  


Explain Events and Listeners ?

1 Answers  






Why do we use laravel?

0 Answers  


What is singleton in laravel?

0 Answers  


How to use skip() and take() in laravel query?

0 Answers  


What is a service provider laravel?

0 Answers  


How to create route name in laravel 5?

0 Answers  


Explain important directories used in a common laravel application.

0 Answers  


What is luman?

0 Answers  


Categories