maxcountryman / flask-seasurf

SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF).
http://readthedocs.org/docs/flask-seasurf/
Other
190 stars 49 forks source link

Updated docs to mention about TESTING mode #68

Closed ninadmhatre closed 7 years ago

ninadmhatre commented 7 years ago

I have added the Note section to mention about the TESTING mode. if TESTING = TRUE, then tokens are not generated and SeaSruf silently returns. This will cause tokens to be "None" in the HTML forms.