Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rm csrf protection #146

Merged
merged 2 commits into from
Oct 17, 2017
Merged

Rm csrf protection #146

merged 2 commits into from
Oct 17, 2017

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