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 use Axes as authentication backend, but when set AXES_FAILURE_LIMIT ==2 in first login attempt the obtain-jwt-token return
403, while it must return 400 and if I call obtain-jwt-token again, it must return 403.
I do not have this problem with https://github.com/jpadilla/django-rest-framework-jwt !
The text was updated successfully, but these errors were encountered:
I use Axes as authentication backend, but when set
AXES_FAILURE_LIMIT ==2
in first login attempt the obtain-jwt-token return403, while it must return 400 and if I call obtain-jwt-token again, it must return 403.
I do not have this problem with
https://github.com/jpadilla/django-rest-framework-jwt
!The text was updated successfully, but these errors were encountered: