An Introduction to Cross-Site Request Forgery
I wrote a beginner-level post on Cross-Site Request Forgery (CSRF). The post is part of a series of introductions to basic vulnerabilities that are easy to avoid. It uses Laravel as the framework and covers the basics about the vulnerability and steps you can take to avoid it.
It’s published on the StackHawk blog and can be viewed here.
Laravel CSRF Protection Guide: Examples and How to Enable
Laravel CSRF Protection Guide: Examples and How to Enable