pyx / sanic-wtf

Sanic meets WTForms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for submitting CSRF tokens in headers like Flask-WTF has

marijngiesen opened this issue · comments

Please add support for submitting CSRF tokens in headers like Flask-WTF. See here: https://github.com/lepture/flask-wtf/blob/master/flask_wtf/csrf.py

That will be great, unfortunately my hands are tied now, will do if I have enough time.

PRs with 100% documentation and test coverage are welcome.