storborg / pyramid_uniform

Form handling for Pyramid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make CSRF protection more seamless

storborg opened this issue · comments

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.