Add initial support for CSRF token protection
This commit is contained in:
parent
11e78adaab
commit
ab09314ed3
8 changed files with 61 additions and 6 deletions
|
@ -28,7 +28,7 @@ from __future__ import unicode_literals, absolute_import
|
|||
|
||||
from formencode import Schema
|
||||
|
||||
from .core import Form, Field, FieldSet, GenericFieldSet
|
||||
from .core import Form, Field, FieldSet, GenericFieldSet, invalid_csrf_token
|
||||
from .simpleform import SimpleForm, FormRenderer
|
||||
from .alchemy import AlchemyForm
|
||||
from .fields import AssociationProxyField
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue