We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Even after login the button remains login
REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ( 'rest_framework_simplejwt.authentication.JWTAuthentication', ), }
when default auth class is removed from jwtauthentication it's working.