storborg / pyramid_uniform

Form handling for Pyramid
Other
2 stars 2 forks source link

Make CSRF protection more seamless #1

Closed storborg closed 10 years ago

storborg commented 10 years ago

Instead of having to manually render a CSRF token, just include it in the form.begin() call output.

Allow setting a skip_csrf boolean argument on either the Form() constructor or the form.begin() call.

storborg commented 10 years ago

Done in e3027391bcd210efd505e186c4bc97dbf546c157