dtauerbach / apollo

Apollo Project website
1 stars 0 forks source link

CSRF protection for forms #58

Closed dtauerbach closed 10 years ago

dtauerbach commented 10 years ago

Right now it seems at a glance like there is no CSRF protection for forms. We were using flask-security for this back when that handled the form generation. Can we add CSRF protection using whatever framework is in place to generate forms?

TizianoPerrucci commented 10 years ago

CSRF is back.