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 is uri in laravel?
How do I assign several roles to users and permit the users to perform some actions based on those roles?
How to create a laravel project using composer.
What are service providers in laravel?
Explain how to bind a service container to a service provide?
How to generate application key in laravel?
Explain response in laravel.
How to enable query log in laravel?
What are the steps Redirecting to Named Routes in Laravel ?
What does xss stand for?
Tell me how do I see all of the routes that are defined?
How can you write your own service provider in laravel.
Do you know what version of laravel do you generally use?
Tell me what is database migration? And how to use it to add insert initial data to database?
How to create & register a service provider in laravel 5?