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
The default auth class is required to use the DRF web view. That's because this web view uses session authentication. Instead, in development, you should have both the session and JWTAuthentication classes. In production, remove the session authentication to prevent users from logging into this web view.
Even after login the button remains login
when default auth class is removed from jwtauthentication it's working.
The text was updated successfully, but these errors were encountered: