jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 649 forks source link

Added support for Custom Exception Handler #364 #365

Closed ideallical closed 6 years ago

ideallical commented 7 years ago

This PR makes it possible to enable DRF's custom exception handler, by default the old behaviour is kept for backwards compatibility.

blueyed commented 6 years ago

Thank you.

I can be rebased now since tests in master are fixed.

And it should have a test by itself then.

ideallical commented 6 years ago

changes are in: https://github.com/GetBlimp/django-rest-framework-jwt/pull/374