Skip to content

Conversation

@AetherUnbound
Copy link
Contributor

Fixes#1443

Description of the Change

This PR applies a similar set of changes as #963 except for the Django Rest Framework contrib extension. I've tried my best to add tests for this case as well, but if there's anything else I'm missing please let me know!

Checklist

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

@sarayourfriend
Copy link

@n2ygk any chance this PR can get a review?

@n2ygkn2ygk self-requested a review August 12, 2024 15:37
@n2ygkn2ygkforce-pushed the fix/invalid-hex-drf branch from ea18897 to aebb1deCompareAugust 12, 2024 15:38
Copy link
Contributor

@n2ygkn2ygk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A minor wording to change to make clear what the fix is accomplishing plus a question about approach to determining the specific error.

@n2ygk
Copy link
Contributor

BTW I had to rebase so make sure to do a pull.

@n2ygk
Copy link
Contributor

Looks like github is having an issue right now: Warning: Failed to download action 'https://api.github.com/repos/codecov/codecov-action/tarball/ab904c41d6ece82784817410c45d8b8c02684457'. Error: Response status code does not indicate success: 504 (Gateway Timeout).

@n2ygkn2ygk merged commit 9c18de2 into django-oauth:masterAug 13, 2024
@sarayourfriend
Copy link

sarayourfriend commented Aug 13, 2024

Thanks @n2ygk and @AetherUnbound 🙏

@AetherUnbound
Copy link
ContributorAuthor

Thank you!

@AetherUnboundAetherUnbound deleted the fix/invalid-hex-drf branch August 13, 2024 14:57
@n2ygkn2ygk added this to the 3.0.0 milestone Aug 13, 2024
Sign up for freeto 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.

ValueError from oauthlib when validating query strings is raised as 500 instead of 400 HTTP error (in DRF extension)

3 participants

@AetherUnbound@sarayourfriend@n2ygk