What does csrf token in laravel 5?



What does csrf token in laravel 5?..

Answer / Sreekant Singh Yadav

Cross-Site Request Forgery (CSRF) token in Laravel is a security measure to protect your application against CSRF attacks. The token is sent with each POST request from the client and checked by the server to ensure that the request came from the expected origin.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

How can you enable query log in laravel?

1 Answers  


What are common http error codes?

1 Answers  


How to get current environment in laravel 5?

1 Answers  


How can I install laravel in windows?

1 Answers  


Why do we need dependency injection?

1 Answers  


What is namespace laravel?

1 Answers  


What encryption does laravel use?

1 Answers  


What is the use of php compact function?

1 Answers  


How to implement you own package in laravel?

1 Answers  


Explain how to serve sites with tls on valet?

1 Answers  


What is Testability ?

1 Answers  


List the default ports that are forwarded to your homestead environment?

1 Answers  


Categories