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 the directory structure of laravel 5.6?
What are the three types of authentication?
How do I start laravel in ubuntu?
How do I use sub-domain routing?
Explain service container?
What are the validations in laravel?
What are the Severity Levels in Laravel ?
What is a recursive helper function?
What is raw expression in laravel?
How to use delete statement in laravel?
Explain how to do subdomain routing in laravel?
How does laravel handle assets?