st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
519 stars 122 forks source link

fix(logging): Auth exceptions are now sent in response #131

Closed jd-solanki closed 3 years ago

jd-solanki commented 4 years ago

This gives exception right in data of response. Previously, it was just an empty string if AuthException was raised.

st4lk commented 3 years ago

Sorry for delay, thanks!