django-oauth-toolkit icon indicating copy to clipboard operation
django-oauth-toolkit copied to clipboard

Client credentials app throws assertion on auth code flow

Open panosangelopoulos opened this issue 3 years ago • 2 comments

Fixes #958

Description of the Change

If you try and use a client credentials app as an authorization code app flow it will cause an assertion error to be thrown, with this PR the return response has 400 status code.

Checklist

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

panosangelopoulos avatar May 04 '21 16:05 panosangelopoulos

builds were failing earlier. lets See

auvipy avatar Oct 19 '21 06:10 auvipy

I've pushed some simple flake8 changes but there are still several errors in this PR.

n2ygk avatar Jan 03 '22 20:01 n2ygk