Answer Posted / 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 View All Answers
What are middleware groups?
How will you describe fillable attribute in a laravel model?
What are the three types of authentication?
Does laravel support caching?
What are the main differences between laravel 4 and laravel 5.x?
How can you enable query log in laravel?
What is fillable in laravel model?
What is guard in laravel authentication?
What is use of laravel?
What is guarded attribute in a model?
What is singleton design pattern in laravel?
How to do environment configuration in laravel.
How do you do dependency injection in laravel?
How to create route name in laravel 5?
Do you know what is laravel elixir?