Styria-Digital / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
https://styria-digital.github.io/django-rest-framework-jwt/
MIT License
191 stars 57 forks source link

Feature Request: Allow `get_user_model` to be configurable. #95

Open Betalos opened 3 years ago

Betalos commented 3 years ago

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.