Contribute to help us improve!

Are there edge cases or problems that we didn't consider? Is there a technical pitfall that we should add? Did we miss a comma in a sentence?

If you have any input for us, we would love to hear from you and appreciate every contribution. Our goal is to learn from projects for projects such that nobody has to reinvent the wheel.

Let's collect our experiences together to make room to explore the novel!

To contribute click on Contribute to this page on the toolbar.

CSRF

Cross-site request forgery (CSRF) is a vulnerability that allows an attacker to perform actions on a website, the user did not intend to do. CSRF assumes that the user is logged into a session and the attacker can reuse that logged-in session to perform an action.

Read more: