- Notifications
You must be signed in to change notification settings - Fork 825
Closed
Description
Describe the bug
Doing the rest example with:
asgiref==3.2.3 certifi==2019.11.28 chardet==3.0.4 Django==3.0.4 django-oauth-toolkit==1.3.0 djangorestframework==3.11.0 idna==2.9 oauthlib==3.1.0 psycopg2==2.8.4 pytz==2019.3 requests==2.23.0 sqlparse==0.3.1 urllib3==1.25.8 doesn't work and simply returns this error:{"error": "unsupported_grant_type"}
and this in the log:
Bad Request: /o/token/ [08/Mar/2020 04:31:42] "POST /o/token/ HTTP/1.1" 400 35 To Reproduce
Do the example
Expected behavior
It should work.
Version
- I have tested with the latest published release and it's still a problem.
- I have tested with the master branch and it's still a problem.
Additional context
Quite hard to believe this, honestly.
hmoravec and dnjscksdn98