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

Skip CSRF protection check on callback route #2

Merged

Conversation

luukveenis
Copy link
Member

This route only gets hit by callbacks from PayBright, which won't have a CSRF token set, and will error if we have CSRF protection enabled in our app.

This route only gets hit by callbacks from PayBright, which won't have a
CSRF token set, and will error if we have CSRF protection enabled in our
app.
@luukveenis luukveenis force-pushed the skip-csrf-protection-on-callback branch from aac947a to 7826cb4 Compare July 27, 2017 20:09
I took this from some of the other Solidus extensions because builds for
all Solidus versions 2.0+ started failing with dependency resolution
issues.
@luukveenis luukveenis force-pushed the skip-csrf-protection-on-callback branch from 7826cb4 to 6aebf61 Compare July 27, 2017 20:21
@alepore alepore merged commit 06802a6 into StemboltHQ:master Aug 16, 2017
@alepore
Copy link
Member

alepore commented Aug 16, 2017

This makes sense, thanks

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.

3 participants