adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
840 stars 30 forks source link

Add CSRF protection #46

Open paulsmith opened 1 year ago

paulsmith commented 1 year ago

Add cross-site request forgery protection. I like the way Django does it. Since we compile the template the form is in, we could provide automatic rewriting of the HTML to inject the CSRF token.