You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I couldn't create a pull request for the issue due to limited time but it seems like built-in AuthenticationFailed exception class has an inheritance order issue.
I couldn't create a pull request for the issue due to limited time but it seems like built-in
AuthenticationFailed
exception class has an inheritance order issue.https://github.com/eadwinCode/django-ninja-jwt/blob/master/ninja_jwt/exceptions.py#L35
This class doesn't get
default_code
attribute fromAuthenticationFailed
exception, instead it gets fromDetailDictMixin
class which is empty string.my implementation:
Thanks
The text was updated successfully, but these errors were encountered: