You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flask-Restless does not do anything specific to handle CSRF tokens. But I'm not sure that it should. I think it may be beyond the scope of Flask-Restless, i.e. the user should handle adding a CSRFToken header by using, say, preprocessors and postprocessors. This is because Flask-Restless is "session-agnostic": it doesn't require any knowledge about the user's session management.
However, I would be willing to consider a pull request adding CSRFToken headers if it is simple for the user and applicable in most situations.
Does it have CSRF? How is it handled?
The text was updated successfully, but these errors were encountered: