jazzband/django-rest-knox

PR(#272) Replaces code for PR (#275)

brukberhane opened this issue · 1 comments

As stated in the title, the PR that was most recently merged into the develop branch (#272) that adds the option for token prefixes undoes some of the work done in PR #275. Namely in the model.py file, the AuthTokenManager class lost it's **kwargs parameters so that you can't really populate any custom values to the AuthToken custom class you create...