django-rest-framework-oauth icon indicating copy to clipboard operation
django-rest-framework-oauth copied to clipboard

OAuth support for Django REST Framework

Results 5 django-rest-framework-oauth issues
Sort by recently updated
recently updated
newest added

argument `request` is not used anywhere in `OAuth2Authentication.authenticate_credentials() `. unused arguments can be removed.

Hi, Is the project compatible with new versions of django (above 1.7)? I tried it with 1.8.4. and the migrations do not work for me. It appears to be because...

I'm bouncing this bug between the various oauth modules because no one thinks this issue is from their module. I'm seeing this error every few minutes: ``` Stacktrace (most recent...