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
Explain how to create custom middleware in laravel?
What is namespace laravel?
Explain automatic injection in laravel?
Is laravel easy?
Explain how to list all routes in laravel?
How to use laravel framework in php?
How will you register service providers?
What version of laravel do you generally use?
How to Deleting Session Data in Laravel ?
what is Laravel-Routing ?
How to get current route name?
How do I require authentication for a set of routes associated with a subdomain?
How to make a helper file in laravel?
List the default ports that are forwarded to your homestead environment?
What is laravel horizon?