Erik Taubeneck
Results
31
comments of
Erik Taubeneck
So I'd recommend using the `CSRF_ENABLED` flag that [Flask-WTF](https://flask-wtf.readthedocs.org/en/latest/csrf.html) creates when you use `CsrfProtect(app)`. I think it's fair enough to assume that if a user is using this extension, they...