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 |
What is Terminable Middleware ?
Tell us do you have any experience with lamp?
How can I hide all stack whoops error information when the application is in production?
In which directory laravel configartion files are kept.
What is a route?
Do you know how to use delete statement in laravel?
What are redirect responses?
How to get current action name in laravel?
Explain laravel contracts?
What are the directory structure of laravel 5.8?
What do you mean by route groups used in laravel 5?
How do I make a particular task run everyday by 10pm?