Closed knowledge-fusion closed 8 months ago
exempted view of csrf checking is not handled. in flask_wtf/csrf.py. L238
if dest in self._exempt_views: return self.protect()
for exempted view. g.csrf_valid = True is not set. subsequently, flask-security raise csrf token missing exception.
g.csrf_valid = True
exempted view of csrf checking is not handled. in flask_wtf/csrf.py. L238
for exempted view.
g.csrf_valid = True
is not set. subsequently, flask-security raise csrf token missing exception.