-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improve how SecurityErrors are handled #12
Comments
jonasmalacofilho
changed the title
Improve how SecurityErrors (invalid card request id on late POST) are handled
Improve how SecurityErrors are handled
Jan 7, 2018
|
jonasmalacofilho
added a commit
that referenced
this issue
Jan 9, 2018
Apparently this is caused by users going back to the form when they needed to start a new request (e.g. after the request has failed). |
jonasmalacofilho
added a commit
that referenced
this issue
Jan 12, 2018
Closed with v1.1.4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A
SecurityError
is raised if aPOST /novo/dados
,POST /novo/confirma
orGET /novo/status/
was attempted with missing/incorrect/invalid state card request id in the corresponding parameter or cookie.While there is a reasonable reason this might happen (e.g. as the result of an unlikely race between different requests of the same user), we're seeing this too much (at least once a day) on the logs.
Maybe there's a bug and we're blocking users without reason?
We should start by including in the next merge window:
The text was updated successfully, but these errors were encountered: