jazzband / django-oauth-toolkit

OAuth2 goodies for the Djangonauts!
https://django-oauth-toolkit.readthedocs.io
Other
3.13k stars 792 forks source link

Fixed Form UrlEncoded OAuth Lib Core #1382

Open ferrants opened 9 months ago

ferrants commented 9 months ago

Fixes #296

Description of the Change

Adds another Oauth Lib Core that isn't broken for base64 encoded form submissions.

Checklist

codecov[bot] commented 9 months ago

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (3e11703) 97.56% compared to head (27cd68f) 97.15%.

Files Patch % Lines
oauth2_provider/oauth2_backends.py 25.00% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1382 +/- ## ========================================== - Coverage 97.56% 97.15% -0.41% ========================================== Files 32 32 Lines 2132 2143 +11 ========================================== + Hits 2080 2082 +2 - Misses 52 61 +9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.