Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is meant by CSRF Protection in Laravel ?

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


Please Help Members By Posting Answers For Below Questions

What is uri in laravel?

786


How do I assign several roles to users and permit the users to perform some actions based on those roles?

739


How to create a laravel project using composer.

847


What are service providers in laravel?

799


Explain how to bind a service container to a service provide?

803


How to generate application key in laravel?

845


Explain response in laravel.

806


How to enable query log in laravel?

908


What are the steps Redirecting to Named Routes in Laravel ?

1465


What does xss stand for?

879


Tell me how do I see all of the routes that are defined?

720


How can you write your own service provider in laravel.

735


Do you know what version of laravel do you generally use?

797


Tell me what is database migration? And how to use it to add insert initial data to database?

797


How to create & register a service provider in laravel 5?

733