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

Explain short brief on Facades in Laravel ?

1 Answers  


Do you know what is php artisan.

0 Answers  


Explain the difference between implicit and explicit route binding in laravel?

0 Answers  


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

0 Answers  


How to clear complete cache in laravel?

0 Answers  


What is a laravel model?

0 Answers  


What are route groups?

0 Answers  


What are the advantages of queue?

0 Answers  


List out some artisan commands?

0 Answers  


Explain fluent query builder in laravel.

0 Answers  


How to do 301 redirects in laravel?

0 Answers  


Explain service container?

0 Answers  


Categories