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 |
List basic concepts in laravel?
Explain laravel echo.
Do you know how to use delete statement in laravel?
How do I make all of my forms bootstrap opinionated?
How will you explain homestead in laravel?
What is the default session timeout duration and how can it be set?
What is kernel in laravel?
Do you know what is the latest version of laravel?
What do you maen by method spoofing in laravel 5?
How can we get data between two dates using query in laravel?
What is the difference between namespace and use in laravel?
How to registering middleware in laravel?