Skip to content

Conversation

chriddyp
Copy link
Member

@chriddyp chriddyp commented Oct 17, 2017

fixes #141. app.server.secret_key is no longer required! Previously, if you didn't specify app.server.secret_key then you would see a

403 error (CSRF token missing or incorrect)

whenever you would run your app on multiple processes or ports. You will not see this error anymore and you no longer need to set app.server.secret_key

@chriddyp chriddyp merged commit 4ee769d into master Oct 17, 2017
@chriddyp chriddyp deleted the rm-csrf-protection branch October 17, 2017 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove CSRF protection
1 participant