[Fixed]-How can I use `django-rest-knox` with `django-rest-auth`?

-1๐Ÿ‘

I suggest that instead of using these two packages together, use dj-rest-auth (django-rest-auth is deprecated). Then, try to implement the logic you need for generating tokens for each device. As you said in your comments, try to make a PR and only work with one of these packages. I know I did not kinda answered your question, but I felt that this should be the correct answer.

Leave a comment