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

The state is limited to 128 characters but server errors when exceeded #177

Open
SpraxDev opened this issue Nov 29, 2021 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@SpraxDev
Copy link
Member

Describe the bug
Just received an error log about SQL errors happening in production and it seems like somebody is trying to use an JWT token as state.

So this is report is actually two bugs:

  1. Exceeding the limit causes an server-side error returning an HTTP status code 500
  2. The limit should probably be greater than 128 characters as JWT is a valid use case

Screenshots, Videos, Logs or Errors
Yeah in the error log file, not posting a users redirect URL etc. :p

Additional context

@SpraxDev SpraxDev added the bug Something isn't working label Nov 29, 2021
@SpraxDev SpraxDev self-assigned this Nov 29, 2021
@SpraxDev SpraxDev changed the title The state is limited to 128 characters but reports with an HTTP 500 The state is limited to 128 characters but server errors when exceeded Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant