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
{{ message }}
This repository was archived by the owner on May 26, 2020. It is now read-only.
Since JSONWebTokenAPIView sets throttle_classes = (), a global throttle won't actually apply to views that inherit from JSONWebTokenAPIView. Wouldn't it be better to leave throttle_classes = api_settings.DEFAULT_THROTTLE_CLASSES as in the APIView it inherits from?