Styria-Digital / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
https://styria-digital.github.io/django-rest-framework-jwt/
MIT License
191 stars 57 forks source link

authenticate with OAuth 2.0 request throws exception instead of passing to next auth class #63

Open awais786 opened 4 years ago

awais786 commented 4 years ago

In case of oauth2 request code must continue without throwing exception. This this line is throwing the exception, previously it returns the None.