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 have a use case where I'm using drf with mongoengine (mongodb) which doesn't work with django models.
If I coud somehow tell drf-jwt how to get the get_user_model just lik drf authentication backend does.