Reputation: 31
a question here.
I want to use https://django-oauth-toolkit.readthedocs.io/en/latest/index.html.
But I want the authentication to use different user model (not the settings.AUTH_USER_MODEL). Is that possible ? All answers I found just said, to set the AUTH_USER_MODEL to my custom model - but this is not what I want.
Regular admin authentication would use default model of course.
Thanks.
Upvotes: 0
Views: 34